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