From 1736b625258a0ff4b130b3bf56d27dab51beca09 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 13 Dec 2023 20:09:45 +0100 Subject: [PATCH] =?UTF-8?q?Add=20types=20field=20to=20package.json=20expor?= =?UTF-8?q?ts=20=E2=80=93=20fixes=20ts(7016)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/js/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/js/package.json b/source/js/package.json index 8b433b66..1ff7645c 100644 --- a/source/js/package.json +++ b/source/js/package.json @@ -38,7 +38,8 @@ "exports": { ".": { "require": "./astronomy.js", - "import": "./esm/astronomy.js" + "import": "./esm/astronomy.js", + "types": "./astronomy.d.ts" } }, "main": "./astronomy.js",