tsconfig.build.json 184 B

12345678910111213
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "incremental": false
  5. },
  6. "exclude": [
  7. "node_modules",
  8. "test",
  9. "dist",
  10. "scripts",
  11. "**/*spec.ts"
  12. ]
  13. }