mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 07:04:18 +00:00
6 lines
134 B
JSON
6 lines
134 B
JSON
{
|
|
"all": true,
|
|
"temp-dir": "./node_modules/.cache/nyc_output",
|
|
"include": ["client/"],
|
|
"reporter": ["json", "text-summary"]
|
|
}
|