From b7f9aeae8bc901ebd5c509ad448261b41382662c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 8 Feb 2019 02:18:58 +0100 Subject: [PATCH] Remove comments in the final output --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 92f0497..e5152e1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "experimentalDecorators": true, "module": "commonjs", "outDir": "lib", + "removeComments": true, "sourceMap": true, "strict": true, "target": "es2018"