mirror of
https://github.com/appium/appium.git
synced 2026-04-26 05:18:53 -05:00
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"extends": "@appium/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"checkJs": true,
|
|
"types": ["node", "mocha", "chai", "chai-as-promised"]
|
|
},
|
|
"include": ["lib", "test"],
|
|
"exclude": ["**/*.test-d.ts"]
|
|
}
|