Disable legacy i18n IDs

This commit is contained in:
Yannic Schroeder 2022-02-16 23:33:32 +01:00
parent 3f89fdf300
commit 17617b82c6

View File

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