UNPKG

175 BJSONView Raw
1{
2 "extension": [
3 ".ts",
4 ".tsx"
5 ],
6 "exclude": [
7 "coverage",
8 "dist",
9 "src/**/*.d.ts"
10 ],
11 "reporter": [
12 "html",
13 "text"
14 ],
15 "all": true
16}
\No newline at end of file