From 6a93fae48e8f05fe9cd05f30dac34fac31ffeb2d Mon Sep 17 00:00:00 2001 From: Ryan Toronto Date: Sun, 12 Jun 2022 10:35:01 -0400 Subject: [PATCH] Allow root module to resolve in typescript --- packages/next-deploy-notifications/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/next-deploy-notifications/package.json b/packages/next-deploy-notifications/package.json index 8c7aba6..b0eff90 100644 --- a/packages/next-deploy-notifications/package.json +++ b/packages/next-deploy-notifications/package.json @@ -16,7 +16,8 @@ "typesVersions": { "*": { "*": [ - "./dist/*" + "./dist/*", + "./dist/react" ] } },