From 94eb08fb73acf12a7b06da6ee29e6228a0fe0fac Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 16 Jan 2017 14:02:55 -0800 Subject: [PATCH] Remove comments in build --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f5a7d66c..c9e7fd46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "rootDir": "src", "allowJs": true, "outDir": "lib", - "sourceMap": true + "sourceMap": true, + "removeComments": true }, "include": [ "src/**/*"