26 lines
373 B
JSON
26 lines
373 B
JSON
{
|
|
"check-coverage": true,
|
|
"statements": 99.72,
|
|
"branches": 98.08,
|
|
"functions": 99.83,
|
|
"lines": 99.72,
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.spec.ts",
|
|
"src/import-dotx/import-dotx.ts"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text",
|
|
"json"
|
|
],
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"cache": true,
|
|
"all": true,
|
|
"sourceMap": true
|
|
}
|