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

15 lines
371 B
JSON

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