X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=client%2Ftsconfig.base.json;h=fd297e60a840aa3d857e3093eda50e888c018df7;hb=0305db28c98fd6cf43a3c50ba92c76215e99d512;hp=f7d52f7f496dbb376f98eb94dee61abcad6cd33e;hpb=8f608a4cb22ab232cfab20665050764b38bac9c7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json index f7d52f7f4..fd297e60a 100644 --- a/client/tsconfig.base.json +++ b/client/tsconfig.base.json @@ -24,6 +24,7 @@ ], "baseUrl": "./", "paths": { + "hls.js": [ "node_modules/hls.js/dist/hls.light" ], "video.js": [ "node_modules/video.js/core" ], "@app/*": [ "src/app/*" ], "@shared/models/*": [ "../shared/models/*" ], @@ -35,7 +36,7 @@ "http": [ "src/shims/http.ts" ], "https": [ "src/shims/https.ts" ], "path": [ "src/shims/path.ts" ], - "stream": [ "src/shims/noop.ts" ], + "stream": [ "src/shims/stream.ts" ], "crypto": [ "src/shims/noop.ts" ] } },