UNPKG

250 BJSONView Raw
1{
2 "$schema": "https://json.schemastore.org/nycrc",
3 "all": true,
4 "include": ["src/**"],
5 "exclude": ["fixtures", "src/**/*.ignore*", "src/**/*.test.ts", "src/types.ts"],
6 "reporter": ["html", "text", "text-summary", "json"],
7 "output": "reports"
8}