Disable legacy i18n IDs

This commit is contained in:
Yannic Schroeder 2022-02-16 23:33:32 +01:00
parent 382872e7f9
commit fab6317fd0

View File

@ -16,5 +16,8 @@
"es2018", "es2018",
"dom" "dom"
] ]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
} }
} }