X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=c84b179cfe01cc2740a39dd61484067db1065db2;hb=a4255d8efcdde1819ae5377c19c28a1c87744510;hp=4254010e7fb6daf4a8e971c3339408986159ac4b;hpb=966eb053131b052e7fc3b3b3adaf2d27ff05d7a3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 4254010e7..c84b179cf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "sourceMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, + "removeComments": true, "outDir": "./dist", "lib": [ "dom", @@ -20,6 +21,7 @@ ] }, "exclude": [ + "client/node_modules", "node_modules", "dist", "storage",