UNPKG

284 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 ],
16 "cache": false,
17 "sourceMap": true,
18 "instrument": true
19}