8 lines
155 B
Text
8 lines
155 B
Text
|
{
|
||
|
"extends": "@istanbuljs/nyc-config-typescript",
|
||
|
"all": true,
|
||
|
"check-coverage": true,
|
||
|
"include": ["src/lib/**/*.ts"],
|
||
|
"reporter": ["html", "text"]
|
||
|
}
|