X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=5ad4b3e10c707fba0da996a8645f16e7ea60ba74;hb=4f0f2ab228d73dbec303914dd59b52f6cdaddf46;hp=c84b179cfe01cc2740a39dd61484067db1065db2;hpb=dc27668fceb1d0270c391c93c3bbc95d12e83218;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",