mirror of
https://github.com/appium/appium.git
synced 2026-03-03 07:39:21 -06:00
It seemed to think I wanted to overwrite the root `index.js` file, and I don't know why. It doesn't do that anymore.
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"extends": "@appium/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"strict": true
|
|
},
|
|
"include": ["lib"]
|
|
}
|