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