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

10 lines
139 B
JSON

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