From 812d66244da12124806a73d4d6b6bb98d93a3c11 Mon Sep 17 00:00:00 2001 From: austinw-fineart <40481873+austinw-fineart@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:00:15 +0800 Subject: [PATCH] fix: add default exports --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6342a2b..9511621 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,14 @@ "type": "module", "exports": { ".": { + "types": "./public-api.d.ts", "import": "./public-api.js", - "types": "./public-api.d.ts" + "default": "./public-api.js" }, "./marker": { + "types": "./marker.d.ts", "import": "./marker.js", - "types": "./marker.d.ts" + "default": "./marker.js" } }, "bin": {