X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=4d2bdd6baf4f2df9168ef9888b689fdea362af8b;hb=c9917782ea9a90d685b0ba70b9c72971b221e5d9;hp=4254010e7fb6daf4a8e971c3339408986159ac4b;hpb=966eb053131b052e7fc3b3b3adaf2d27ff05d7a3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 4254010e7..4d2bdd6ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "removeComments": true, "outDir": "./dist", "lib": [ "dom", @@ -13,13 +14,11 @@ "es2016", "es2017" ], - "types": [ - "node", - "chai-xml", - "chai-json-schema" - ] + "typeRoots": [ "node_modules/@types", "server/typings" ] }, "exclude": [ + "server/tools/", + "client/node_modules", "node_modules", "dist", "storage",