17 lines
191 B
Plaintext
17 lines
191 B
Plaintext
|
{
|
||
|
"all": true,
|
||
|
"exclude": [
|
||
|
"webpack.config*.js"
|
||
|
],
|
||
|
"include": [
|
||
|
"defaults",
|
||
|
"src",
|
||
|
"*.js"
|
||
|
],
|
||
|
"reporter": [
|
||
|
"json",
|
||
|
"text-summary"
|
||
|
],
|
||
|
"clean": false
|
||
|
}
|