mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
aabe804d7e
BREAKING CHANGE: `@appium/execute-driver-plugin` now expects to be installed alongside `appium`. # Conflicts: # packages/execute-driver-plugin/lib/execute-child.js # packages/execute-driver-plugin/lib/plugin.js # packages/execute-driver-plugin/test/e2e/plugin.e2e.spec.js # Conflicts: # packages/execute-driver-plugin/test/e2e/plugin.e2e.spec.js
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
},
|
|
"extends": "../../config/tsconfig.plugin.json",
|
|
"include": ["lib"]
|
|
}
|