UNPKG
@appium/logger
Version:
latest (2.0.3)
rc (2.0.0-rc.1)
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc.1
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.3.0
1.2.0
1.1.0
A Universal Logger For The Appium Ecosystem
appium.io
appium/appium
@appium/logger
/
tsconfig.json
15 lines
(14 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"@appium/tsconfig/tsconfig.json"
,
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"strict"
:
false
,
"outDir"
:
"build"
,
"types"
:
[
"node"
]
,
"checkJs"
:
true
}
,
"include"
:
[
"index.ts"
,
"lib"
]
}