aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.base.json')
-rw-r--r--client/tsconfig.base.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json
index 9f63ac11a..f7d52f7f4 100644
--- a/client/tsconfig.base.json
+++ b/client/tsconfig.base.json
@@ -7,7 +7,6 @@
7 "declaration": false, 7 "declaration": false,
8 "moduleResolution": "node", 8 "moduleResolution": "node",
9 "module": "esnext", 9 "module": "esnext",
10 "emitDecoratorMetadata": true,
11 "experimentalDecorators": true, 10 "experimentalDecorators": true,
12 "noImplicitAny": true, 11 "noImplicitAny": true,
13 "noImplicitThis": true, 12 "noImplicitThis": true,
@@ -44,6 +43,6 @@
44 "strictInjectionParameters": true, 43 "strictInjectionParameters": true,
45 "fullTemplateTypeCheck": true, 44 "fullTemplateTypeCheck": true,
46 "strictTemplates": true, 45 "strictTemplates": true,
47 "enableI18nLegacyMessageIdFormat": true 46 "enableI18nLegacyMessageIdFormat": false
48 } 47 }
49} 48}