From 848dc9fcaa5f19b7d1dbf4f8a40b229408d02c0e Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Sat, 9 May 2026 11:41:38 +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 7801c03..d721839 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "test:watch": "pnpm run test --watch" }, "type": "module", - "types": "dist/index.d.ts", + "types": "./dist/index.d.ts", "version": "4.0.2" }