mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 03:15:33 +00:00
14 lines
No EOL
236 B
JSON
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/"
|
|
]
|
|
} |