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