mirror of
https://github.com/appium/appium.git
synced 2026-01-06 02:09:59 -06:00
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"extends": "@appium/tsconfig/tsconfig.plugin.json",
|
|
"include": ["lib"]
|
|
}
|