mirror of
https://github.com/appium/appium.git
synced 2026-04-28 22:40:34 -05:00
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"extends": "@appium/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"checkJs": true
|
|
},
|
|
"include": ["lib"]
|
|
}
|