@appium/base-plugin
Version:
The base plugin used to create Appium 2.0 plugins
15 lines (14 loc) • 326 B
JSON
{
"extends": "@appium/tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "build",
"checkJs": true,
"strict": true,
"paths": {
"@appium/support": ["../support"],
"@appium/types": ["../types"]
}
},
"include": ["lib"],
"references": [{"path": "../support"}, {"path": "../types"}]
}