diff --git a/package.json b/package.json index 6658839..199f0df 100755 --- a/package.json +++ b/package.json @@ -51,7 +51,10 @@ "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" }, - "default": "./dist/index.mjs" + "default": { + "import": "./dist/index.mjs", + "types": "./dist/index.d.ts" + } }, "dependencies": { "axios": "^1.9.0",