]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.base.json
Fix home routing
[github/Chocobozzz/PeerTube.git] / client / tsconfig.base.json
index 2ce7e27e2dd6edae946412df70c95cdcb4bd217a..68e902d26b14975b450cf1f26a011b694072ed8b 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": true
   }
 }