tsconfig.check.json 180 B

1234567891011
  1. {
  2. "extends": "./tsconfig.json",
  3. "exclude": [
  4. "vite/tests",
  5. "**/*.spec.ts",
  6. "**/*.spec.tsx",
  7. "**/*.stories.ts",
  8. "**/*.stories.tsx",
  9. "node_modules"
  10. ]
  11. }