mirror of
https://github.com/appium/appium.git
synced 2026-02-20 01:29:36 -06:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"checkJs": true
|
|
},
|
|
"extends": "@appium/tsconfig/tsconfig.plugin.json",
|
|
"include": ["lib"]
|
|
}
|