diff --git a/packages/db/package.json b/packages/db/package.json index 3c8a012..dadfe80 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -7,8 +7,8 @@ "types": "./src/index.ts", "exports": { ".": { - "types": "./src/index.ts", - "default": "./dist/index.js" + "default": "./dist/index.js", + "types": "./src/index.ts" } }, "scripts": { diff --git a/packages/types/package.json b/packages/types/package.json index 9265ada..9d2d7ac 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -7,8 +7,8 @@ "types": "./src/index.ts", "exports": { ".": { - "types": "./src/index.ts", - "default": "./dist/index.js" + "default": "./dist/index.js", + "types": "./src/index.ts" } }, "scripts": {