tsconfig.build.json 196 B

123456789101112
  1. {
  2. "extends": "./tsconfig.json",
  3. "exclude": [
  4. "dist",
  5. "node_modules",
  6. "src/utils/storybook",
  7. "**/*.test.ts",
  8. "**/*.test.tsx",
  9. "**/*.story.tsx",
  10. "**/*.tmpl.ts"
  11. ]
  12. }