update TS config

This commit is contained in:
MathMan05 2024-07-30 13:23:27 -05:00
parent 1d4c771246
commit 8fca79997a

View file

@ -5,7 +5,8 @@
"module":"es2022",
"strict": false,
"esModuleInterop": true,
"outDir": "./.dist"
"outDir": "./.dist",
"removeComments": false
},
"include": [
"./webpage/*.ts"