From d1c85fb86269b8696279b8a0d9a9062a4514056a Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 18 Oct 2023 19:19:50 +0200 Subject: [PATCH] chore(maintenance): set removeComments to false --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1a375d128b..8e43c3b084 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "baseUrl": ".", // "traceResolution": true, // Enable this to debug module resolution issues "declaration": true, - "removeComments": true, + "removeComments": false, // TODO: experiment with this & move to tslib in v2 // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */