mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"all": true,
|
|
"src": "src",
|
|
"reporter": ["text", "lcov"],
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["tests"]
|
|
}
|