From 9dddb6a2da12b5ab83884dbc3aeb3de020538884 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 6303573..84d23f5 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "author": "Toru Nagashima", "exports": { ".": { + "types": "./index.d.ts", "import": "./index.mjs", "default": "./index.js" },