X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=3c671e579ce3e666512fa275062fddf8c6b6f74f;hb=3f68da57fa8f08d9d18fb73ee1d95454c08881fd;hp=fbdeb6d5df5c0e2ba85e12602e188772822d42e9;hpb=c2777c1dfe688c8fab1ef2fed50e360100fa9198;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index fbdeb6d5d..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" ],