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

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"}]
}