https://github.com/angular/angular
Raw File
Tip revision: 81db6a317145b5c7faffe5cb7b1d8db41bb537d4 authored by Misko Hevery on 24 August 2020, 22:15:10 UTC
release: cut the v10.0.12 release
Tip revision: 81db6a3
tsconfig-build-no-strict.json
{
  "extends": "./tsconfig-build.json",
  "compilerOptions": {
    "strict": false
  },
  "bazelOptions": {
    "suppressTsconfigOverrideWarnings": true,
    "devmodeTargetOverride": "es5"
  }
}
back to top