tsconfig.build.json 251 B

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