From 9a60c4af010e8970a729c9ba5d2b5e677c523b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Mon, 1 May 2023 19:56:50 +0200 Subject: [PATCH] add `types` condition to the front --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7793972..b645614 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,7 @@ "types": "lib/index.d.ts", "exports": { ".": { + "types": "./lib/index.d.ts", "import": "./index.mjs", "require": "./lib/index.js", "default": "./lib/index.js"