fix: use export type for type-only re-exports
Fixes build error with isolatedModules. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>main
parent
202eff984d
commit
2ec9192010
|
|
@ -17,4 +17,4 @@ export function getAgentSpec(kind: AgentKind): AgentSpec {
|
|||
return specs[kind];
|
||||
}
|
||||
|
||||
export { AgentKind, AgentMeta, AgentParseResult } from "./types.js";
|
||||
export type { AgentKind, AgentMeta, AgentParseResult } from "./types.js";
|
||||
|
|
|
|||
Loading…
Reference in New Issue