From 6c27878f7d9e2bba6a7caf613f2b2810c6bd4337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Sat, 29 Apr 2023 11:47:52 +0200 Subject: [PATCH] fix: add `types` condition to the front of the `exports` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 92dadd8..90f1ef8 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ ], "exports": { ".": { + "types": "./index.d.ts", "import": "./index.mjs", "default": "./index.js" },