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[];