Skip to content

Commit ec50fdc

Browse files
committed
disable removing comments
1 parent 0fe12fd commit ec50fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"inlineSourceMap": true,
1313
"outDir": "./dist",
1414
"declaration": true,
15-
"removeComments": true,
15+
"removeComments": false,
1616
"importHelpers": true,
1717
"importsNotUsedAsValues": "remove",
1818
"stripInternal": true,

0 commit comments

Comments
 (0)