diff --git a/package.json b/package.json index 5cbab13..f26cfcc 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ ], "type": "module", "exports": "./dist/index.js", + "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc -w",