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",