From c04794d9ce3890c57d0eea26bea3e1b111f19d03 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukhalo Date: Fri, 14 Aug 2020 14:01:39 +0300 Subject: [PATCH] fix: allow comments for jsdoc/tsdoc --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c5f6696..bb13608 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "module": "commonjs", "declaration": true, "noImplicitAny": false, - "removeComments": true, + "removeComments": false, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true,