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