7 lines
134 B
JSON
7 lines
134 B
JSON
|
{
|
||
|
"all": true,
|
||
|
"temp-dir": "./node_modules/.cache/nyc_output",
|
||
|
"include": ["client/"],
|
||
|
"reporter": ["json", "text-summary"]
|
||
|
}
|