tsconfig.build.json 130 B

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