Files
angular__angular/integration/ivy-i18n/tsconfig.legacy.json
Alan Agius 16f96eeabf refactor(compiler-cli): remove enableIvy options (#47346)
This option has no longer any effect as Ivy is the only rendering engine.

BREAKING CHANGE: Angular compiler option `enableIvy` has been removed as Ivy is the only rendering engine.

PR Close #47346
2022-09-06 11:33:48 -07:00

7 lines
100 B
JSON

{
"extends": "./tsconfig.app.json",
"angularCompilerOptions": {
"i18nInFormat": "xlf"
}
}