Skip to content

Commit

Permalink
includeComments defaults to True
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Cesar committed Jun 19, 2024
1 parent 15ce401 commit 62a1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const output = config.output || 'types.d.ts';
const converter = createConverter({
customTypeTranslations: config.customTypeTranslations || {},
namespace: config.namespace,
includeComments: config.includeComments || false,
includeComments: config.includeComments ?? true,
camelCase: config.camelCase || false,
camelCaseOptions: config.camelCaseOptions || {},
camelCaseEnums: config.camelCaseEnums || false,
Expand Down

0 comments on commit 62a1ba1

Please sign in to comment.