From 7370b88633c9c264262d0c85702220b757060c4a Mon Sep 17 00:00:00 2001 From: Jim Isaacs Date: Sun, 28 Feb 2021 21:52:58 -0800 Subject: [PATCH] don't remove comments --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6f57aaeb..3d6cd64b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "preserveSymlinks": true, - "removeComments": true, + // "removeComments": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": false,