X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tsconfig.json;h=058da4f78d4543cbd3ab86bf306f8de16045a6e5;hb=f88ae008f110dd74c07c47d3f36fe8782529313c;hp=f2985f82b1c3b408f10d18ec02068d251c2478d3;hpb=00aab0666c6f772548c160fdfa871a8843b88f37;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index f2985f82b..058da4f78 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,9 +12,14 @@ "dom", "es2015", "es2016", - "es2017" + "es2017", + "es2018", + "es2019" + ], + "typeRoots": [ + "node_modules/sitemap/node_modules/@types", + "node_modules/@types" ], - "typeRoots": [ "node_modules/@types", "server/typings" ], "baseUrl": "./", "paths": { "@server/*": [ "server/*" ],