X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=60c343867496496f0b30648622839a5b941f7c11;hb=337ba64efc5a54e83884f33a91de4012ed9b7d11;hp=cb6d3924541d572b7b3c09a5eded37074d2fb229;hpb=6cca7360eb9027e1544f7513df7da4684061ef7e;p=oweals%2Fpeertube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index cb6d39245..60c343867 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -20,7 +20,13 @@ "baseUrl": "src", "paths": { "@app/*": [ "app/*" ], - "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ] + "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ], + "fs": [ "./shims/noop" ], + "http": [ "./shims/http" ], + "https": [ "./shims/https" ], + "path": [ "./shims/path" ], + "stream": [ "./shims/noop" ], + "crypto": [ "./shims/noop" ] } } }