1234567891011121314151617 |
- {
- "extension": [
- ".js",
- ".cjs",
- ".mjs"
- ],
- "all": true,
- "check-coverage": false,
- "reporter": ["text-summary", "text", "html", "json", "lcov"],
- "exclude": [
- "coverage",
- "example",
- "test"
- ],
- "sourceMap": true,
- "instrument": true
- }
|