mirror of
https://github.com/appium/appium.git
synced 2026-05-02 08:19:52 -05:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"strict": false,
|
|
"paths": {
|
|
"@appium/opencv": ["../opencv"]
|
|
}
|
|
},
|
|
"extends": "@appium/tsconfig/tsconfig.plugin.json",
|
|
"include": ["lib"],
|
|
"references": [
|
|
{
|
|
"path": "../opencv"
|
|
}
|
|
]
|
|
}
|