2019-07-17 07:45:34 +00:00
|
|
|
{
|
2022-06-19 00:25:21 +00:00
|
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
2019-07-17 07:45:34 +00:00
|
|
|
"all": true,
|
|
|
|
"instrument": true,
|
|
|
|
"temp-dir": "./node_modules/.cache/nyc_output",
|
2022-06-19 00:25:21 +00:00
|
|
|
"exclude": ["webpack.config*.ts", "server/dist", "dist"],
|
|
|
|
"include": ["defaults", "server", "*.ts"],
|
2019-07-17 07:45:34 +00:00
|
|
|
"reporter": ["json", "text-summary"],
|
|
|
|
"clean": false
|
|
|
|
}
|