{ "check-coverage": true, "lines": 96.81, "functions": 93.80, "branches": 92.63, "statements": 96.80, "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 }