Skip to content

Commit 049276f

Browse files
Issue #37 Declaration files do not retain JSDoc comments
Fix issue #37 - Retain JSDocs comments in declaration files
2 parents c5d923d + 617ce5f commit 049276f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "node",
1616
"noUnusedParameters": true,
1717
"outDir": "./dist",
18-
"removeComments": true,
18+
"removeComments": false,
1919
"resolveJsonModule": true,
2020
"skipLibCheck": true,
2121
"strict": true,

0 commit comments

Comments
 (0)