diff --git a/tsup.config.ts b/tsup.config.ts index f5c134d..ca699ed 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,6 +8,6 @@ export default defineConfig({ dts: true, // https://github.com/egoist/tsup/pull/1056 // https://github.com/egoist/tsup/issues?q=cjsInterop - cjsInterop: true, - splitting: true, + // cjsInterop: true, + // splitting: true, })