X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=3c671e579ce3e666512fa275062fddf8c6b6f74f;hb=3f68da57fa8f08d9d18fb73ee1d95454c08881fd;hp=c4f2d6a6a5afd2fb03453f48bde6457ddcdc9cf9;hpb=338eb9d33af690db716805fd2277bf68f473b58f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index c4f2d6a6a..3c671e579 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.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 } }