From a502bf47123caff50f794359b56df9d4da9be28c Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Fri, 16 Sep 2016 00:34:46 +0200 Subject: [PATCH] remove comments in compiled ts --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f9201a3..7413b85 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "removeComments": false, + "removeComments": true, "noImplicitAny": false, "isolatedModules": true },