X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=cb6d3924541d572b7b3c09a5eded37074d2fb229;hb=adc236fee3c40bf1fbaa4ad4fc22a7ecb65fb09f;hp=a6c016bf38ad7b4c02385b2e5797752c227bb2e0;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index a6c016bf3..cb6d39245 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -13,7 +13,14 @@ ], "lib": [ "es2017", + "es2016", + "es2015", "dom" - ] + ], + "baseUrl": "src", + "paths": { + "@app/*": [ "app/*" ], + "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ] + } } }