From 8011d5da7ed737decd39de985181af55fbe7aa39 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Thu, 15 Sep 2022 10:03:18 +0300 Subject: [PATCH] build(devs-infra): remove `removeComments` from `tsconfig.build.json` (#3813) --- tsconfig.build.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 5d64d0fd00..a53270c2d4 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -4,7 +4,6 @@ "module": "CommonJS", "target": "ES5", "declaration": true, - "removeComments": true, "stripInternal": true, "outDir": "dist" },