https://github.com/angular/angular
Raw File
Tip revision: 539d720fcde2ba5094224abc6e7380f9f6d4828f authored by Andrew Scott on 10 November 2021, 23:41:43 UTC
release: cut the v13.0.1 release (#44139)
Tip revision: 539d720
tsconfig.legacy.json
{
  "extends": "./tsconfig.app.json",
  "angularCompilerOptions": {
    "enableIvy": true,
    "i18nInFormat": "xlf"
  }
}
back to top