From c48fdc4ff1c32206b6a23080f232805bfb5da7cb Mon Sep 17 00:00:00 2001 From: EJ Mason <13525251+mxmason@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:12:49 -0700 Subject: [PATCH] Remove comments during compile --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f5a4d9d..f83d455 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "outDir": "./lib", "types": ["jest"], "esModuleInterop": true, + "removeComments": true, "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true },