10 lines
139 B
Plaintext
Raw Normal View History

2025-02-22 11:20:12 -06:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}