mirror of
https://github.com/appium/appium.git
synced 2026-05-04 17:29:28 -05:00
70449cd077
* feat: move logger into appium/logger * add logger in tsconfig.json * add smoke with loading the index.js * modify files to fit other modules * refer to @appium/logger * update with npm run sync-pkgs and a few * cleanup changelog and package-lock.json * update smoke * pin deps * adjust tsconfig.json with others * Update README.md * update license * update license * Update LICENSE * fix review
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"extends": "@appium/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"strict": false,
|
|
"outDir": "build",
|
|
"types": ["node"],
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"lib"
|
|
]
|
|
}
|