From 6972fb416541aab4cc9ce89d57180cac58d4228c Mon Sep 17 00:00:00 2001 From: Joseph Earl Date: Sun, 31 Mar 2024 20:39:05 +0100 Subject: [PATCH] Fix require type export Fixes #477 --- packages/react-cookie/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-cookie/package.json b/packages/react-cookie/package.json index 3f692bcd..4487b2c6 100644 --- a/packages/react-cookie/package.json +++ b/packages/react-cookie/package.json @@ -12,7 +12,7 @@ "default": "./esm/index.mjs" }, "require": { - "types": "./cjs/index.d.mts", + "types": "./cjs/index.d.ts", "default": "./cjs/index.js" }, "default": "./cjs/index.js"