From c182bad77a72c7be68ce7bab8f3edff5ed55fb19 Mon Sep 17 00:00:00 2001 From: Ryan Toronto Date: Fri, 10 Jun 2022 13:19:36 -0400 Subject: [PATCH] Add type versions --- packages/next-deploy-notifications/package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/next-deploy-notifications/package.json b/packages/next-deploy-notifications/package.json index 91f68be..485f16a 100644 --- a/packages/next-deploy-notifications/package.json +++ b/packages/next-deploy-notifications/package.json @@ -13,6 +13,13 @@ } }, "typings": "dist/types.d.ts", + "typesVersions": { + "*": { + "*": [ + "./dist/*" + ] + } + }, "files": [ "dist" ],