From f07ccbf801cd8da0d27d95a7d56f9837600fa81f Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 31 Dec 2023 10:51:11 +0100 Subject: [PATCH] Added 2 comp options to tsconfig --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index ecdbba6..2feb46e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,8 @@ "skipLibCheck": true, "strictNullChecks": true, "resolveJsonModule": true, + "removeComments": true, + "noUnusedLocals": true, "outDir": "dist" }, "include": ["src"],