diff --git a/package.json b/package.json index a298a0a..26c14ec 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "main": "dist/index.cjs.js", "exports": { + "types": "./dist/index.d.ts", "require": "./dist/index.cjs.js", "import": "./dist/index.es.js" },