UNPKG

257 BPlain TextView Raw
1{
2 "exclude": [
3 "src/**/*.js"
4 ],
5 "include": [
6 "dist/index-cli.js",
7 "bin/*.js"
8 ],
9 "extension": [
10 ".js"
11 ],
12 "reporter": [
13 "json",
14 "html",
15 "text-summary"
16 ],
17 "all": true
18}
\No newline at end of file