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