.nycrc.json 165 B

12345678
  1. {
  2. "include": ["src/**/*.{ts,tsx}"],
  3. "exclude": ["src/register.ts"],
  4. "extension": [".ts", ".tsx"],
  5. "reporter": ["json"],
  6. "sourceMap": true,
  7. "all": true
  8. }