diff --git a/package.json b/package.json index fef44c4..708d76f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "exports": { ".": { "types": "./dist/types.d.mts", - "import": "./dist/module.mjs" + "import": "./dist/module.mjs", + "default": "./dist/module.mjs" } }, "main": "./dist/module.mjs",