https://github.com/angular/angular
Raw File
Tip revision: 8bf3b53a1d6d04de85545807d4eebbb3480343ae authored by Jessica Janiuk on 02 March 2022, 18:18:07 UTC
release: cut the v13.2.5 release (#45241)
Tip revision: 8bf3b53
tsconfig.legacy.json
{
  "extends": "./tsconfig.app.json",
  "angularCompilerOptions": {
    "enableIvy": true,
    "i18nInFormat": "xlf"
  }
}
back to top