16 lines
242 B
JSON
16 lines
242 B
JSON
{
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"check-coverage": true,
|
|
"all": true,
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"reporter": [
|
|
"text-summary"
|
|
],
|
|
"branches": 40,
|
|
"lines": 0,
|
|
"functions": 0,
|
|
"statements": 60
|
|
}
|