mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
17 lines
No EOL
303 B
JSON
17 lines
No EOL
303 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": false,
|
|
"clean": true,
|
|
"exclude": [
|
|
"src/deviceSpec.ts",
|
|
"src/globalObject.ts",
|
|
"node_modules/*",
|
|
"src/test"
|
|
],
|
|
"exclude-after-remap": true,
|
|
"reporter": ["text", "text-summary"],
|
|
"reports-dir": "build/coverage",
|
|
"src": [
|
|
"src/"
|
|
]
|
|
} |