mirror of
https://github.com/appium/appium.git
synced 2026-04-24 04:18:49 -05:00
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"extends": "@appium/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"paths": {
|
|
"@appium/support": ["../support"],
|
|
"@appium/types": ["../types"]
|
|
}
|
|
},
|
|
"include": ["lib"],
|
|
"references": [{"path": "../support"}, {"path": "../types"}]
|
|
}
|