12 lines
164 B
Plaintext
Raw Permalink Normal View History

2025-12-11 15:38:52 +08:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test",
"*.map",
"*.min.js"
]
}