mirror of
https://github.com/appium/appium.git
synced 2026-02-20 18:30:11 -06:00
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node10"
|
|
},
|
|
"extends": "@appium/tsconfig/tsconfig.plugin.json",
|
|
"include": ["lib"]
|
|
}
|