7 lines
142 B
JSON
7 lines
142 B
JSON
|
{
|
||
|
"extends": "@istanbuljs/nyc-config-typescript",
|
||
|
"all": true,
|
||
|
"check-coverage": true,
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"reporter": ["html"]
|
||
|
}
|