X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=8ce9c5f96c1e54a3dc253465ed481c5b78c91b83;hb=18eb286e0bc7ebd793d7eeb475d815b3a588404f;hp=a6c016bf38ad7b4c02385b2e5797752c227bb2e0;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index a6c016bf3..8ce9c5f96 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -13,7 +13,13 @@ ], "lib": [ "es2017", + "es2016", + "es2015", "dom" - ] + ], + "baseUrl": "src", + "paths": { + "@app/*": [ "app/*" ] + } } }