File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const options: DtsGenerationOptions = {
49
49
outdir: ' ./dist' , // default: './dist'
50
50
keepComments: true , // default: true
51
51
clean: true , // default: false
52
+ verbose: true , // default: false
52
53
}
53
54
54
55
await generate (options )
@@ -68,6 +69,7 @@ export default {
68
69
outdir: ' ./dist' ,
69
70
keepComments: true ,
70
71
clean: true ,
72
+ verbose: true ,
71
73
}
72
74
```
73
75
@@ -114,6 +116,7 @@ _Available options:_
114
116
- ` --keep-comments ` : Keep comments in generated .d.ts files _ (default: true)_
115
117
- ` --clean ` : Clean output directory before generation _ (default: false)_
116
118
- ` --tsconfig <path> ` : Specify the path to tsconfig.json _ (default: 'tsconfig.json')_
119
+ - ` --verbose ` : Enable verbose output _ (default: false)_
117
120
118
121
To learn more, head over to the [ documentation] ( https://dtsx.stacksjs.org/ ) .
119
122
You can’t perform that action at this time.
0 commit comments