travel/admin/node_modules/is-callable/.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2024-06-24 11:28:18 +08:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}