diff --git a/package.json b/package.json index 39713ebe..e1a09eec 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,15 @@ "./credentials": "./src/credentials/index.ts", "./package.json": "./package.json" } + }, + "typesVersions": { + "*": { + "api": [ + "dist/commonjs/api/index.d.ts" + ], + "credentials": [ + "dist/commonjs/credentials/index.d.ts" + ] + } } }