Just a little minor thing I noticed as I upgraded from vite-plugin-dts to unplugin-dts,
The readme lists the PluginOptions with the property outDir?: OutDirsOption, but the delivered package's CreateRuntimeOptions defines the option as outDirs?: string | string[];
Just a little minor thing I noticed as I upgraded from
vite-plugin-dtstounplugin-dts,The readme lists the
PluginOptionswith the propertyoutDir?: OutDirsOption,but the delivered package'sCreateRuntimeOptionsdefines the option asoutDirs?: string | string[];