From b2de1537a34366345fc5fafc89c3a77ae17a5c6d Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Tue, 2 Jan 2024 22:01:58 +0100 Subject: [PATCH] chore: fix types import path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9230b7fc..c87e3f21 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ".": { "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js", - "types": "./lib/types/index.t.ts", + "types": "./lib/types/index.d.ts" } }, "module": "lib/esm/index.js",