tsconfig.build.json 226 B

123456789101112
  1. {
  2. "extends": "./tsconfig.base.json",
  3. "compilerOptions": {
  4. "allowJs": true
  5. },
  6. "exclude": [
  7. "../tests/js",
  8. "../fixtures/js-stubs",
  9. "../static/app/**/*.spec.*",
  10. "../static/app/**/*.benchmark.ts"
  11. ]
  12. }