X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=60c343867496496f0b30648622839a5b941f7c11;hb=337ba64efc5a54e83884f33a91de4012ed9b7d11;hp=8ce9c5f96c1e54a3dc253465ed481c5b78c91b83;hpb=920d2d2b4c5d9206671171a8a2aee233a7d5dab2;p=oweals%2Fpeertube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 8ce9c5f96..60c343867 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -19,7 +19,14 @@ ], "baseUrl": "src", "paths": { - "@app/*": [ "app/*" ] + "@app/*": [ "app/*" ], + "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" ] } } }