odin-js-fundamentals-part-4/node_modules/supports-preserve-symlinks-.../.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2024-01-05 19:30:21 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}