Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 1, 2024
1 parent 4cf18c5 commit ece5654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const options: DtsGenerationOptions = {
outdir: './dist', // default: './dist'
keepComments: true, // default: true
clean: true, // default: false
verbose: true, // default: false
}

await generate(options)
Expand All @@ -68,6 +69,7 @@ export default {
outdir: './dist',
keepComments: true,
clean: true,
verbose: true,
}
```

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

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

Expand Down

0 comments on commit ece5654

Please # to comment.