diff --git a/package.json b/package.json index 1709b6b..bb53d06 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs" + "default": "./dist/index.mjs" } }, "types": "./dist/index.d.ts",