spiegel-keyman/common/web/lm-worker/.c8rc.json

14 lines
No EOL
243 B
JSON

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