35dace7bfe
* wip * fix: only instrument thru babel in test and dev * fix: remove unused deps * fix: yarn dedup * fix: remove nyc_output dir from git * fix: remove comment from index.html
7 lines
139 B
JSON
7 lines
139 B
JSON
{
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"all": true,
|
|
"report-dir": "coverage",
|
|
"soureMap": false,
|
|
"instrument": false
|
|
} |