aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/tsconfig.base.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json
index 2ce7e27e2..9f63ac11a 100644
--- a/client/tsconfig.base.json
+++ b/client/tsconfig.base.json
@@ -43,6 +43,7 @@
43 "angularCompilerOptions": { 43 "angularCompilerOptions": {
44 "strictInjectionParameters": true, 44 "strictInjectionParameters": true,
45 "fullTemplateTypeCheck": true, 45 "fullTemplateTypeCheck": true,
46 "strictTemplates": true 46 "strictTemplates": true,
47 "enableI18nLegacyMessageIdFormat": true
47 } 48 }
48} 49}