mirror of
https://github.com/appium/appium.git
synced 2026-02-20 18:30:11 -06:00
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"extends": "@appium/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"paths": {
|
|
"@appium/support": ["../support"],
|
|
"@appium/types": ["../types"]
|
|
},
|
|
"strict": true
|
|
},
|
|
"include": ["./lib/**/*"],
|
|
"references": [{"path": "../types"}, {"path": "../support"}]
|
|
}
|