diff --git a/src-ui/tsconfig.json b/src-ui/tsconfig.json index f69f65417..c21849f00 100644 --- a/src-ui/tsconfig.json +++ b/src-ui/tsconfig.json @@ -16,5 +16,8 @@ "es2018", "dom" ] + }, + "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false, } }