From 5938b2d1823a92dfe5958d895ac974f52a31ac5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 2 Jan 2024 18:07:48 +0100 Subject: [PATCH] build: add types field to package.json MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 21b2d252..a600498a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "import": "./lib/index.mjs" } }, + "types": "./lib/index.d.ts", "scripts": { "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.mjs", -- 2.34.1