mirror of
https://github.com/appium/appium.git
synced 2026-02-20 01:29:36 -06:00
15 lines
371 B
JSON
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"}]
|
|
}
|