UNPKG
k6-html-reporter
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
1.0.0-beta
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1-BETA
A html reporter for k6
github.com/szboynono/k6-html-reporter
szboynono/k6-html-reporter
k6-html-reporter
/
tsconfig.json
15 lines
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"target"
:
"es2020"
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
,
"declaration"
:
true
}
,
"lib"
:
[
"es2015"
]
,
"exclude"
:
[
"src/**/*.test.ts"
]
}