TypeScript/.c8rc.json
2023-09-01 15:26:01 -07:00

8 lines
179 B
JSON

{
"reporter": ["lcovonly", "cobertura"],
"src": "src",
"include": ["src/**", "built/local/**"],
"exclude": ["**/node_modules/**"],
"mergeAsync": true
}