From 094bad20663e654718f9471bc1b865580437b55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Gon=C3=A7alves?= Date: Wed, 14 Feb 2024 09:53:20 +0000 Subject: [PATCH] fix(): fix Intellisense not resolving module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 783b902..3b2dea8 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ }, "type": "module", "main": "./dist/index.cjs", + "types": "./dist/types/index.d.ts", "exports": { "require": "./dist/index.cjs", "import": "./dist/index.mjs",