X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=4254010e7fb6daf4a8e971c3339408986159ac4b;hb=2baea0c77cc765f7cbca9c9a2f4272268892a35c;hp=71674e165cb8856ce6dcb9f06d3cffc43352b841;hpb=3fd3ab2d34d512b160a5e6084d7609be7b4f4452;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 71674e165..4254010e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,11 +14,21 @@ "es2017" ], "types": [ - "node" + "node", + "chai-xml", + "chai-json-schema" ] }, "exclude": [ "node_modules", - "client" + "dist", + "storage", + "client", + "test1", + "test2", + "test3", + "test4", + "test5", + "test6" ] }