From 131787af799c86ee1a9a795e71e6db2a4a38c4f1 Mon Sep 17 00:00:00 2001 From: Uzair Sajid Date: Sat, 20 Sep 2025 22:21:10 +0500 Subject: [PATCH] chore: Update package.json to include TS declarations in ESM exports --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a0e1633e1..4fee42394 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "types": "./index.d.ts", "exports": { ".": { + "types": "./index.d.ts", "import": "./lib-esm/index.js", "require": "./lib/index.js" }