Files
2026-DEV-BUT3/node_modules/globalthis/.nycrc
T
2026-04-25 15:28:39 +02:00

11 lines
149 B
JSON

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"dist",
"test"
]
}