]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Translated using Weblate (Esperanto)
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index c4f2d6a6a5afd2fb03453f48bde6457ddcdc9cf9..3c671e579ce3e666512fa275062fddf8c6b6f74f 100644 (file)
@@ -26,7 +26,7 @@
     "paths": {
       "@app/*": [ "src/app/*" ],
       "@shared/*": [ "../shared/*" ],
-      "video.js": [ "node_modules/video.js/dist/alt/video.core.novtt" ],
+      "video.js": [ "node_modules/video.js/dist/alt/video.core" ],
       "fs": [ "src/shims/noop" ],
       "http": [ "src/shims/http" ],
       "https": [ "src/shims/https" ],
@@ -37,6 +37,7 @@
   },
   "angularCompilerOptions": {
     "strictInjectionParameters": true,
-    "fullTemplateTypeCheck": true
+    "fullTemplateTypeCheck": true,
+    "strictTemplates": true
   }
 }