]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.base.json
Translated using Weblate (French (France) (fr_FR))
[github/Chocobozzz/PeerTube.git] / client / tsconfig.base.json
index 2ce7e27e2dd6edae946412df70c95cdcb4bd217a..f7d52f7f496dbb376f98eb94dee61abcad6cd33e 100644 (file)
@@ -7,7 +7,6 @@
     "declaration": false,
     "moduleResolution": "node",
     "module": "esnext",
-    "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "noImplicitAny": true,
     "noImplicitThis": true,
@@ -43,6 +42,7 @@
   "angularCompilerOptions": {
     "strictInjectionParameters": true,
     "fullTemplateTypeCheck": true,
-    "strictTemplates": true
+    "strictTemplates": true,
+    "enableI18nLegacyMessageIdFormat": false
   }
 }