tsconfig.build.json 147 B

1234567
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "noEmit": false
  5. },
  6. "exclude": ["dist", "node_modules", "*.d.ts", "**/*.test.*"]
  7. }