zhangnaisong
2024-07-22 c3ec70d2bd1ebd2421d2fa3e85c1ac43e2322ea6
1
2
3
4
5
6
7
8
9
10
{
    "all": true,
    "check-coverage": false,
    "reporter": ["text-summary", "text", "html", "json"],
    "exclude": [
        "coverage",
        "test",
        "test-corejs.js"
    ]
}