X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tsconfig.json;h=4254010e7fb6daf4a8e971c3339408986159ac4b;hb=61b909b9bf849516f30dab2bf5977acfbbddc5c6;hp=1c1472aae470e72fc477486e71a9c584cd5d77e9;hpb=f6a043df74bc755de8e658ba76a4e55980b96f66;p=oweals%2Fpeertube.git diff --git a/tsconfig.json b/tsconfig.json index 1c1472aae..4254010e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,11 +14,15 @@ "es2017" ], "types": [ - "node" + "node", + "chai-xml", + "chai-json-schema" ] }, "exclude": [ "node_modules", + "dist", + "storage", "client", "test1", "test2",