From d6197ad32d9e23fb0c5e80e077bbc500656aad4b Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:34:08 +1000 Subject: [PATCH] Strip code comments from JS files --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index d5a4b1c..96078d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "skipLibCheck": true, + "removeComments": true, "esModuleInterop": true, "resolveJsonModule": true, "emitDecoratorMetadata": true,