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