diff --git a/packages/a2a/package.json b/packages/a2a/package.json index e367604..ee6a9bb 100644 --- a/packages/a2a/package.json +++ b/packages/a2a/package.json @@ -4,6 +4,13 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + }, "scripts": { "build": "rm -rf dist tsconfig.tsbuildinfo && tsc", "test": "vitest run --passWithNoTests",