revere.dev/safelock/dashboard/node_modules/globalthis/.nycrc

11 lines
149 B
Plaintext
Raw Normal View History

2024-07-01 21:55:25 +02:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"dist",
"test"
]
}