diff --git a/package.json b/package.json index be73307..6839eea 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,10 @@ "./OpenAIClient": { "types": "./dist/OpenAIClient.d.ts", "default": "./dist/OpenAIClient.js" + }, + "./*": { + "types": "./dist/*.d.ts", + "default": "./dist/*.js" } }, "scripts": {