X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=4254010e7fb6daf4a8e971c3339408986159ac4b;hb=672ce6ecf4b8d0730354d2c248ffed373ba8a8b1;hp=4e6816430acee26401dea8b8172e3e292b219da4;hpb=94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 4e6816430..4254010e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,17 +14,21 @@ "es2017" ], "types": [ - "node" + "node", + "chai-xml", + "chai-json-schema" ] }, "exclude": [ "node_modules", + "dist", + "storage", "client", - "text1", - "text2", - "text3", - "text4", - "text5", - "text6" + "test1", + "test2", + "test3", + "test4", + "test5", + "test6" ] }