UNPKG

187 BJSONView Raw
1{
2 "exclude": ["**/*.test.*", "**/*.d.ts"],
3 "extension": ["ts", "js"],
4 "include": ["lib/**/*"],
5 "instrument": false,
6 "reporter": ["text-summary", "lcov"],
7 "sourceMap": false
8}