diff --git a/package.json b/package.json index abecfd1..30fffc3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "exports": { ".": { "import": "./dist/index.mjs", - "require": "./dist/index.js" + "require": "./dist/index.js", + "types": "./dist/index.d.ts" }, "./package.json": "./package.json" },