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