From 86ab84859dc916f85734b8a0a606df8a945b922e Mon Sep 17 00:00:00 2001 From: Charlie Fish Date: Sun, 27 Oct 2024 16:59:06 -0600 Subject: [PATCH] Removing comments from ts output Signed-off-by: Charlie Fish --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 971fafa..55da84d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "noImplicitThis": true, "strict": true, "esModuleInterop": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "removeComments": true }, "include": [ "./src/**/*"