@nhtio/vite-plugins/dts_complex
A Vite plugin that generates declaration files (*.d.ts) from .ts(x) or .vue source files when using Vite in library mode. Specifically designed for "complex" libraries with multiple entry points and bundled vendor dependancies.
Interfaces
| Interface | Description |
|---|---|
| Options | Options for the dts_complex Vite plugin. |
Variables
| Variable | Description |
|---|---|
| dtsComplex | Advanced Vite plugin that generates TypeScript declaration files for library builds with intelligent vendor dependency bundling and path alias resolution. |