@appium/base-plugin
Version:
The base plugin used to create Appium plugins
12 lines (11 loc) • 315 B
JSON
{
"compilerOptions": {
"strict": true,
"rootDir": ".",
"outDir": "build",
"types": ["node"]
},
"extends": "@appium/tsconfig/tsconfig.plugin.json",
"include": ["lib", "test"],
"references": [{"path": "../base-driver"}, {"path": "../logger"}, {"path": "../support"}, {"path": "../types"}]
}