tsconfig.build.json 108 B

1234567
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "incremental": false,
  5. "noEmit": false
  6. }
  7. }