diff --git a/vite.config.ts b/vite.config.ts index 8af79cc3..5781b976 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,8 +11,6 @@ export default createLibConfig({ }, { libraryFormats: ['cjs', 'es'], - DTSPluginOptions: { rollupTypes: true }, - nodeExternalsOptions: { // Force bundle pure ESM module exclude: ['is-svg'],