X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=cb7937f9967cddab3c16f574db8488f0d28cbc6b;hb=9b3294a8496c89c7880054de1f1f09c9990f1b46;hp=8f1d5b6fb6e327761ed7163d67be15ba0083f4ee;hpb=8b03e2ce1a2098261de2f729f660b1ae2a320b65;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 8f1d5b6fb..cb7937f99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,11 @@ "paths": { "@server/*": [ "server/*" ], "@shared/*": [ "shared/*" ] - } + }, + "typeRoots": [ + "server/typings", + "node_modules/@types" + ] }, "references": [ { "path": "./shared" },