diff --git a/package.json b/package.json index 76081f5..f1d11a9 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,13 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.js" + "import": "./dist/index.js", + "default": "./dist/index.js" }, "./sdk": { "types": "./dist/sdk/index.d.ts", - "import": "./dist/sdk/index.js" + "import": "./dist/sdk/index.js", + "default": "./dist/sdk/index.js" } }, "bin": {