Skip to content

@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

InterfaceDescription
OptionsOptions for the dts_complex Vite plugin.

Variables

VariableDescription
dtsComplexAdvanced Vite plugin that generates TypeScript declaration files for library builds with intelligent vendor dependency bundling and path alias resolution.