diff --git a/package.json b/package.json index 5c63fa7..6a3c14d 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ "exports": { ".": { "import": { - "default": "./dist/index.js", - "types": "./dist/index.d.ts" + "types": "./dist/index.d.ts", + "default": "./dist/index.js" }, "require": { - "default": "./dist/index.cjs", - "types": "./dist/index.d.cts" + "types": "./dist/index.d.cts", + "default": "./dist/index.cjs" } } },