tsconfig.build.json 148 B

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