tsconfig.build.json 107 B

1234
  1. {
  2. "extends": "./tsconfig.json",
  3. "exclude": ["dist", "node_modules", "**/*.test.ts", "**/*.test.tsx"]
  4. }