node/.nycrc

8 строки
119 B
JSON

{
"exclude": [
"**/internal/process/write-coverage.js"
],
"compact": false,
"reporter": ["html", "text"]
}