diff --git a/build.config.ts b/build.config.ts index 0bd008c..fe73ea0 100644 --- a/build.config.ts +++ b/build.config.ts @@ -6,7 +6,4 @@ export default defineBuildConfig({ ], declaration: true, clean: true, - rollup: { - emitCJS: true, - }, }) diff --git a/package.json b/package.json index ba91f61..81003fe 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,9 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, - "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist"