diff --git a/package.json b/package.json index 18a2c0b0..56e85656 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "types": "./lib/types/index.d.ts" }, ".": { - "import": "./lib/cjs/index.js", + "import": "./lib/mjs/index.js", + "require": "./lib/cjs/index.js", "types": "./lib/types/index.d.ts" } },