challenge-algorithms-v2.0-D.../node_modules/supports-preserve-symlinks-flag/.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2022-10-27 19:56:30 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}