mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
17 lines
247 B
Text
17 lines
247 B
Text
{
|
|
"all": true,
|
|
"temp-directory": "./node_modules/.cache/nyc_output",
|
|
"exclude": [
|
|
"webpack.config*.js"
|
|
],
|
|
"include": [
|
|
"defaults",
|
|
"src",
|
|
"*.js"
|
|
],
|
|
"reporter": [
|
|
"json",
|
|
"text-summary"
|
|
],
|
|
"clean": false
|
|
}
|