Skip to content

Commit e7eca23

Browse files
committed
chore(maintenance): set removeComments to false in tsconfig.json (#1754)
1 parent 09ca462 commit e7eca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"baseUrl": ".",
1010
// "traceResolution": true, // Enable this to debug module resolution issues
1111
"declaration": true,
12-
"removeComments": true,
12+
"removeComments": false,
1313
// TODO: experiment with this & move to tslib in v2
1414
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
1515
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */

0 commit comments

Comments
 (0)