Skip to content

Commit ece5654

Browse files
committed
chore: wip
1 parent 4cf18c5 commit ece5654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const options: DtsGenerationOptions = {
4949
outdir: './dist', // default: './dist'
5050
keepComments: true, // default: true
5151
clean: true, // default: false
52+
verbose: true, // default: false
5253
}
5354

5455
await generate(options)
@@ -68,6 +69,7 @@ export default {
6869
outdir: './dist',
6970
keepComments: true,
7071
clean: true,
72+
verbose: true,
7173
}
7274
```
7375

@@ -114,6 +116,7 @@ _Available options:_
114116
- `--keep-comments`: Keep comments in generated .d.ts files _(default: true)_
115117
- `--clean`: Clean output directory before generation _(default: false)_
116118
- `--tsconfig <path>`: Specify the path to tsconfig.json _(default: 'tsconfig.json')_
119+
- `--verbose`: Enable verbose output _(default: false)_
117120

118121
To learn more, head over to the [documentation](https://dtsx.stacksjs.org/).
119122

0 commit comments

Comments
 (0)