Files
budget_analyser/node_modules/object-inspect/.nycrc
TiclemFR 076ec32c3b 🔧
2023-12-29 17:47:40 +01:00

14 lines
236 B
JSON

{
"all": true,
"check-coverage": false,
"instrumentation": false,
"sourceMap": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"example",
"test",
"test-core-js.js"
]
}