X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=7eed7d0cd5b1d604be4c0f285d0bfa9f7fb1b87e;hb=a0fd2b20b7605c6e4c7f9bc9a9f802ab052a52a1;hp=f2985f82b1c3b408f10d18ec02068d251c2478d3;hpb=6f1b4fa417786c2015f16b435e872aa65378efd7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index f2985f82b..7eed7d0cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,10 @@ "es2016", "es2017" ], - "typeRoots": [ "node_modules/@types", "server/typings" ], + "typeRoots": [ + "node_modules/sitemap/node_modules/@types", + "node_modules/@types" + ], "baseUrl": "./", "paths": { "@server/*": [ "server/*" ],