Skip to content

Commit

Permalink
chore: adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 9, 2024
1 parent f413a80 commit 14eea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const options: DtsGenerationOptions = {
root: './src', // default: './src'
entrypoints: ['**/*.ts'], // default: ['**/*.ts']
outdir: './dist', // default: './dist'
keepComments: true, // default: true
clean: true, // default: false
verbose: true, // default: false
// keepComments: true, // coming soon
}

await generate(options)
Expand Down

0 comments on commit 14eea76

Please sign in to comment.