Files
appium/packages/support/tsconfig.json
T
2023-01-04 12:09:08 -08:00

13 lines
241 B
JSON

{
"extends": "@appium/tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "build",
"paths": {
"@appium/types": ["../types"]
},
"checkJs": true
},
"include": ["lib"],
"references": [{"path": "../types"}]
}