Skip to content

Commit 3c2fe2e

Browse files
committed
build: keep typescript comments
1 parent 531d8af commit 3c2fe2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/drip-table-generator/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"importHelpers": true,
1717
"listFiles": true,
1818
"noEmit": false,
19-
"removeComments": true,
19+
"removeComments": false,
2020
"noImplicitThis": true,
2121
"noImplicitAny": false,
2222
"strictNullChecks": true,

packages/drip-table/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"importHelpers": true,
1717
"listFiles": true,
1818
"noEmit": false,
19-
"removeComments": true,
19+
"removeComments": false,
2020
"noImplicitThis": true,
2121
"noImplicitAny": true,
2222
"strictNullChecks": true,

0 commit comments

Comments
 (0)