DEFAULT_VITE_LIB_CONFIG: Record<string, any> = ...

Vite configuration for building libraries

esbuild does not need to be disabled here to preserve comments as it's expected to generate d.ts files from the ts files when publishing and those will preserve the comments in the d.ts files.