From fa6e0defb8db734edc205af102d9583a6aa8f5cf Mon Sep 17 00:00:00 2001 From: Gobius Dolhain Date: Mon, 5 Feb 2024 20:48:25 +0100 Subject: [PATCH] fix typescript typing reference in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 768d0c9..4f85fb4 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "url": "https://sindresorhus.com" }, "type": "module", + "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js"