UNPKG

214 BJSONView Raw
1{
2 "include": [
3 "src/**/*.js"
4 ],
5 "extension": [
6 ".js"
7 ],
8 "reporter": [
9 "text-summary",
10 "html",
11 "lcov"
12 ],
13 "instrument": true,
14 "sourceMap": true,
15 "all": true
16}