19 lines
294 B
JSON
19 lines
294 B
JSON
{
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"check-coverage": true,
|
|
"all": true,
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/index.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"reporter": [
|
|
"html",
|
|
"lcov",
|
|
"text",
|
|
"text-summary"
|
|
],
|
|
"report-dir": "coverage"
|
|
} |