From 9d10a2f4c1a2febd466a4e9ae68e7c539eecfa66 Mon Sep 17 00:00:00 2001 From: Nico Vogel Date: Mon, 30 Oct 2023 09:49:22 +0100 Subject: [PATCH] fix: link types in package.json exports --- packages/react-intl-universal/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react-intl-universal/package.json b/packages/react-intl-universal/package.json index 2c3f15b..ab13e05 100644 --- a/packages/react-intl-universal/package.json +++ b/packages/react-intl-universal/package.json @@ -19,7 +19,8 @@ "exports": { ".": { "import": "./es/index.js", - "require": "./lib/index.js" + "require": "./lib/index.js", + "types": "./typings/index.d.ts" } }, "scripts": {