mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"extends": "@appium/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"paths": {
|
|
"@appium/types": ["../types"],
|
|
"appium/support": ["../appium/support"]
|
|
},
|
|
"types": ["mocha", "chai", "sinon", "chai-as-promised"]
|
|
},
|
|
"include": ["./lib"],
|
|
"references": [{"path": "../types"}, {"path": "../support"}]
|
|
}
|