From 3663c1a695c927e11db4a213cb4cdd336ecf48a7 Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Sat, 9 May 2026 11:41:41 +0200 Subject: [PATCH] chore: normalize types field path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c555a1b..64cb897 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,6 @@ "test:watch": "pnpm run test --watch" }, "type": "module", - "types": "dist/index.d.ts", + "types": "./dist/index.d.ts", "version": "4.1.0" }