17 lines
171 B
JSON
17 lines
171 B
JSON
{
|
|
"all": true,
|
|
"reporter": [
|
|
"html",
|
|
"text",
|
|
"lcov"
|
|
],
|
|
"exclude": [
|
|
"coverage",
|
|
"eslint.config.mjs",
|
|
"example",
|
|
"scripts",
|
|
"test",
|
|
"**/*.d.*ts"
|
|
]
|
|
}
|