X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=c84b179cfe01cc2740a39dd61484067db1065db2;hb=75939291703cf18010495f6b85d6d65e01184235;hp=1c1472aae470e72fc477486e71a9c584cd5d77e9;hpb=f6a043df74bc755de8e658ba76a4e55980b96f66;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 1c1472aae..c84b179cf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "removeComments": true, "outDir": "./dist", "lib": [ "dom", @@ -14,11 +15,16 @@ "es2017" ], "types": [ - "node" + "node", + "chai-xml", + "chai-json-schema" ] }, "exclude": [ + "client/node_modules", "node_modules", + "dist", + "storage", "client", "test1", "test2",