diff --git a/package.json b/package.json index 2b5aa1b9..3d5bd691 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ "type": "module", "exports": { ".": { - "default": "./dist/index.js", - "types": "./dist/index.d.ts" + "types": "./dist/index.d.ts", + "default": "./dist/index.js" }, "./lazy": { - "default": "./dist/lazy/index.js", - "types": "./dist/lazy/index.d.ts" + "types": "./dist/lazy/index.d.ts", + "default": "./dist/lazy/index.js" }, "./*": { - "default": "./dist/*.js", - "types": "./dist/*.d.ts" + "types": "./dist/*.d.ts", + "default": "./dist/*.js" } }, "scripts": {