We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f413a80 commit 14eea76Copy full SHA for 14eea76
README.md
@@ -57,9 +57,9 @@ const options: DtsGenerationOptions = {
57
root: './src', // default: './src'
58
entrypoints: ['**/*.ts'], // default: ['**/*.ts']
59
outdir: './dist', // default: './dist'
60
- keepComments: true, // default: true
61
clean: true, // default: false
62
verbose: true, // default: false
+ // keepComments: true, // coming soon
63
}
64
65
await generate(options)
0 commit comments