UNPKG

305 BPlain TextView Raw
1{
2 "extension": [
3 ".ts"
4 ],
5 "reporter": [
6 "html",
7 "text-summary"
8 ],
9 "include": [
10 "src/**/*"
11 ],
12 "exclude": [
13 "src/run_tests.ts",
14 "src/**/*_test.ts",
15 "src/proto/*"
16 ],
17 "cache": false,
18 "sourceMap": true,
19 "instrument": true
20}