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