typeorm/.c8rc.json

10 lines
193 B
JSON

{
"all": true,
"cache": false,
"exclude": ["**/*.d.ts"],
"exclude-after-remap": true,
"extension": [".ts"],
"include": ["build/compiled/src/**", "src/**"],
"reporter": ["lcov"]
}