From 0478c3bcad08332b9af75f975f8c183eea258741 Mon Sep 17 00:00:00 2001 From: Cayman Date: Fri, 3 Jun 2022 13:29:41 -0500 Subject: [PATCH] fix: fix subpath exports --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 3b16e520..1420c8b2 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,14 @@ "import": "./dist/src/types.js" } }, + "typesVersions": { + "*": { + "*": [ + "dist/src/*", + "dist/src/*/index" + ] + } + }, "scripts": { "lint": "eslint --ext .ts src", "release": "aegir release --no-types",