mirror of
https://github.com/appium/appium.git
synced 2026-02-21 10:49:52 -06:00
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"paths": {
|
|
"@appium/support": ["../support"],
|
|
"@appium/types": ["../types"]
|
|
}
|
|
},
|
|
"include": ["lib"],
|
|
"references": [{"path": "../support"}, {"path": "../types"}]
|
|
}
|