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