X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=7eed7d0cd5b1d604be4c0f285d0bfa9f7fb1b87e;hb=00c228363f0db1d181d546eebb0c7ec3eb487976;hp=f2985f82b1c3b408f10d18ec02068d251c2478d3;hpb=8c559fad1e1c4c2ab7f1388c73200aa4c6256d74;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/*" ],