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"