FLUJOS/VISUALIZACION/node_modules/globalthis/.nycrc
2025-11-07 00:06:12 +01:00

10 lines
149 B
JSON
Executable file

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