diff --git a/package.json b/package.json index 11f65ad..1c359db 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "types": "./lib/types/index.d.ts", "main": "./lib/cjs/index.js", "exports": { - ".": "./lib/cjs/index.js" + ".": { + "default": "./lib/cjs/index.js", + "types": "./lib/types/index.d.ts" + } }, "sideEffects": false, "engines": {