diff --git a/package.json b/package.json index 255ef1b..6222ce3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ ".": { "browser": "./dist/module/index.js", "import": "./dist/esm/index.mjs", - "require": "./dist/cjs/index.js" + "require": "./dist/cjs/index.js", + "types": "./dist/types/index.d.ts" }, "./package.json": "./package.json", "./": "./*"