Files
NebulaBrowser/node_modules/globalthis/.nycrc
T
2025-07-25 14:22:48 +12:00

11 lines
149 B
JSON

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