X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=fbdeb6d5df5c0e2ba85e12602e188772822d42e9;hb=dcce9358d26f22358f6fb7f7e5ffb308cc111b24;hp=8824c4f7c977290433665cddacf75377a7e874b5;hpb=16b5525950c27172b8426e03cbb1c59794cfc44c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 8824c4f7c..fbdeb6d5d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -26,7 +26,7 @@ "paths": { "@app/*": [ "src/app/*" ], "@shared/*": [ "../shared/*" ], - "video.js": [ "node_modules/video.js/dist/alt/video.core.js" ], + "video.js": [ "node_modules/video.js/dist/alt/video.core.novtt" ], "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 } }