X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=7633465b2094db4b31274edfae04e633a6676009;hb=fcc7c060374c3a547257d96af847352c14d6144b;hp=1c1472aae470e72fc477486e71a9c584cd5d77e9;hpb=f6a043df74bc755de8e658ba76a4e55980b96f66;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 1c1472aae..7633465b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,11 +14,16 @@ "es2017" ], "types": [ - "node" + "node", + "chai-xml", + "chai-json-schema" ] }, "exclude": [ + "client/node_modules", "node_modules", + "dist", + "storage", "client", "test1", "test2",