diff --git a/package.json b/package.json index e101f97..7770c9e 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,13 @@ "import": "./dist/http/index.mjs" } }, + "typesVersions": { + "*": { + "*": [ + "./dist/*" + ] + } + }, "files": [ "dist" ],