18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
|
{
|
||
|
"extension": [
|
||
|
".js",
|
||
|
".cjs",
|
||
|
".mjs"
|
||
|
],
|
||
|
"all": true,
|
||
|
"check-coverage": false,
|
||
|
"reporter": ["text-summary", "text", "html", "json", "lcov"],
|
||
|
"exclude": [
|
||
|
"coverage",
|
||
|
"example",
|
||
|
"test"
|
||
|
],
|
||
|
"sourceMap": true,
|
||
|
"instrument": true
|
||
|
}
|