From f931d71f6dabb2b637235eb4cec2ed1a24aa59c6 Mon Sep 17 00:00:00 2001 From: Antoine Kingue Date: Sat, 29 Jun 2024 14:09:45 +0200 Subject: [PATCH] update ts config to add comments into docs --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e669309..59087ce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "sourceMap": true, "outDir": "./dist", "moduleResolution": "node", - "removeComments": true, + "removeComments": false, "noImplicitAny": false, "strictNullChecks": true, "strictFunctionTypes": true,