From 8fca79997a8b776918a57b5abf42749eec3341e8 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 30 Jul 2024 13:23:27 -0500 Subject: [PATCH] update TS config --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7c0d445..b4b481e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "module":"es2022", "strict": false, "esModuleInterop": true, - "outDir": "./.dist" + "outDir": "./.dist", + "removeComments": false }, "include": [ "./webpage/*.ts"