X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=7633465b2094db4b31274edfae04e633a6676009;hb=240085d0056fd97ac3c7fa8fa4ce9bc32afc4d6e;hp=70d2c51c2aa374740cf92e02cacf81f3bfd04351;hpb=ecb4e35f4e6c7304cb274593c13cb47fd5078b75;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 70d2c51c2..7633465b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,10 +14,13 @@ "es2017" ], "types": [ - "node" + "node", + "chai-xml", + "chai-json-schema" ] }, "exclude": [ + "client/node_modules", "node_modules", "dist", "storage",