27 lines
395 B
JSON
27 lines
395 B
JSON
{
|
|
"check-coverage": true,
|
|
"lines": 98.67,
|
|
"functions": 97.08,
|
|
"branches": 95.6,
|
|
"statements": 98.68,
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.spec.ts",
|
|
"src/import-dotx/import-dotx.ts"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text",
|
|
"json"
|
|
],
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"cache": true,
|
|
"all": true,
|
|
"instrument": false,
|
|
"sourceMap": true
|
|
}
|