From bb8a9a4636d5592ef5681db6806e0461655fc0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20S=C3=A4=C3=A4vuori?= Date: Mon, 17 Jul 2023 05:56:09 +0300 Subject: [PATCH] fix: properly export types --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bc819d5..6db12a7 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "types": "./dist/index.d.ts", "exports": { ".": { + "types": "./dist/index.d.ts", "import": "./dist/ui.js", "require": "./dist/ui.cjs" },