Skip to content

Commit 14eea76

Browse files
committed
chore: adjust readme
1 parent f413a80 commit 14eea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ const options: DtsGenerationOptions = {
5757
root: './src', // default: './src'
5858
entrypoints: ['**/*.ts'], // default: ['**/*.ts']
5959
outdir: './dist', // default: './dist'
60-
keepComments: true, // default: true
6160
clean: true, // default: false
6261
verbose: true, // default: false
62+
// keepComments: true, // coming soon
6363
}
6464

6565
await generate(options)

0 commit comments

Comments
 (0)