tsconfig.build.json 279 B

12345678910111213
  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. "../fixtures/js-stubs",
  10. "../static/app/**/*.spec.*",
  11. "../static/app/**/*.benchmark.ts"
  12. ]
  13. }