spiegel-keyman/common/models/templates/.c8rc.json
2023-06-12 13:10:59 +07:00

14 lines
No EOL
236 B
JSON

{
"check-coverage": false,
"clean": true,
"exclude": [
"node_modules/**",
"test/**"
],
"exclude-after-remap": true,
"reporter": ["text", "text-summary"],
"reports-dir": "build/coverage",
"src": [
"src/"
]
}