diff --git a/package.json b/package.json index 4c0b3ecc..018745fa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ ], "main": "src/index.js", "exports": { - ".": "./src/index.js", + ".": { + "default": "./src/index.js", + "types": "./types/index.d.ts" + }, "./package.json": "./package.json" }, "type": "module",