UNPKG
@crabnebula/webdriverio-cloud-reporter
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
WebdriverIO Reporter for CrabNebula Cloud via the CrabNebula Test Runner
@crabnebula/webdriverio-cloud-reporter
/
tsconfig.json
13 lines
(12 loc)
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es2019"
,
"module"
:
"esnext"
,
"moduleResolution"
:
"bundler"
,
"skipLibCheck"
:
true
,
"strict"
:
true
,
"noUnusedLocals"
:
true
,
"noImplicitAny"
:
true
,
"noEmit"
:
true
}
}