From 72d92a39607899f7f94bf21b69d0c5756e7ea11d Mon Sep 17 00:00:00 2001 From: AlexandrHoroshih Date: Thu, 28 Sep 2023 23:22:03 +0700 Subject: [PATCH] fix(types): add export.types to support moduleResolution bundler --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f9055d0..b8058d4 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ ], "exports": { ".": { + "types": "./index.d.ts", "import": "./index.mjs", "require": "./index.js", "default": "./index.mjs"