Skip to content

Commit 6ac9bdd

Browse files
committed
disable removeComments flag
1 parent b41d33a commit 6ac9bdd

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
@@ -7,7 +7,7 @@
77
"inlineSources": true,
88
"module": "commonjs",
99
"moduleResolution": "node",
10-
"removeComments": true,
10+
"removeComments": false,
1111
"strict": false,
1212
"noImplicitAny": true,
1313
"strictNullChecks": false,

0 commit comments

Comments
 (0)