X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=5ad4b3e10c707fba0da996a8645f16e7ea60ba74;hb=3cc8f8cc3c1a6984840fe223cdacd3f192224442;hp=c84b179cfe01cc2740a39dd61484067db1065db2;hpb=8704acf49efc770d73bf07c10468ed8c74d28a83;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index c84b179cf..5ad4b3e10 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,11 +14,7 @@ "es2016", "es2017" ], - "types": [ - "node", - "chai-xml", - "chai-json-schema" - ] + "typeRoots": [ "node_modules/@types", "server/typings" ] }, "exclude": [ "client/node_modules",