diff --git a/package.json b/package.json index a8aa0591..613dde53 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,13 @@ "exports": { ".": { "require": "./dist/index.js", - "import": "./dist/index.mjs" + "import": "./dist/index.mjs", + "types": "./dist/index.d.ts" }, "./*": { "require": "./dist/*.js", - "import": "./dist/*.mjs" + "import": "./dist/*.mjs", + "types": "./dist/*.d.ts" } }, "publishConfig": {