Files
appium/packages/logger/tsconfig.json
T
Kazuaki Matsuo 70449cd077 feat(logger): add packages/logger package from npmlog (#20161)
* 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
2024-06-04 09:12:27 -07:00

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"
]
}