X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=c84b179cfe01cc2740a39dd61484067db1065db2;hb=660d11e91e1643927028d2d6870a911f569b34d8;hp=71674e165cb8856ce6dcb9f06d3cffc43352b841;hpb=3fd3ab2d34d512b160a5e6084d7609be7b4f4452;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 71674e165..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,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" ] }