From 7dc6d2e8a7f1e1b8fdc287d0a1d82e501a4d4729 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Sat, 26 Oct 2019 16:11:04 +0200 Subject: [PATCH] Compile TS without comments --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 692f88f..340b6ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "target": "es2019", "sourceMap": true, "strict": true, + "removeComments": true, "outDir": "./build/js" }, "files": [