https://github.com/angular/angular
Raw File
Tip revision: 58f8ba0a8c0d71afdcd4d8cb0008c69b09e0c094 authored by Misko Hevery on 03 February 2021, 23:38:34 UTC
release: cut the v11.2.0-rc.0 release
Tip revision: 58f8ba0
tsconfig-build-no-strict.json
{
  "extends": "./tsconfig-build.json",
  "compilerOptions": {
    "strict": false
  },
  "bazelOptions": {
    "suppressTsconfigOverrideWarnings": true,
    "devmodeTargetOverride": "es5"
  }
}
back to top