spiegel-keyman/common/models/wordbreakers/.c8rc.json

14 lines
No EOL
232 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/"
]
}