diff --git a/package.json b/package.json index 59a9fcdc..40e987e7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "exports": { "import": "./index.mjs", "require": "./index.js", - "default": "./index.js" + "default": "./index.js", + "types": "./dist/src/index.d.ts" }, "scripts": { "build": "tsc --build",