From 1d827b979440e6352f92eaa428d4ec309cf9826d Mon Sep 17 00:00:00 2001 From: LukasHeimann <48723560+LukasHeimann@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:18:04 +0100 Subject: [PATCH] fix: explicitly add types to exports (#576) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] → we'll add some more commits for the next release --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bfd385be..50339ced 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "author": "the UI5 community (https://github.com/ui5-community)", "type": "module", "exports": { + "types": "./esm/index.d.ts", "import": "./esm/index.js", "require": "./cjs/index.js" },