]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Fix saved mute in embed
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index c4f2d6a6a5afd2fb03453f48bde6457ddcdc9cf9..fbdeb6d5df5c0e2ba85e12602e188772822d42e9 100644 (file)
@@ -37,6 +37,7 @@
   },
   "angularCompilerOptions": {
     "strictInjectionParameters": true,
-    "fullTemplateTypeCheck": true
+    "fullTemplateTypeCheck": true,
+    "strictTemplates": true
   }
 }