### Validations
- [X] Read the [FAQ](https://github.com/qmhc/vite-plugin-dts#faq).
- [X] Check that there isn't [already an issue](https://github.com/qmhc/vite-plugin-dts/issues) that reports the same bug to avoid creating a duplicate.
- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
I would like to compile my TS with the target
es2023
. However,vite-plugin-dts
fails during build:Could you please add
es2023
to the valid targets?Reproduction
https://stackblitz.com/edit/vitejs-vite-yvyhes?file=vite.config.ts
Steps to reproduce
Run
npm build
System Info