logicsrc/plugins/agentbbs/tsconfig.json
Anthony Ettinger 1bb7ba6e60
Some checks failed
CI / build (push) Has been cancelled
test / test (push) Has been cancelled
Add AgentBBS connector plugin (#131)
Declares the AgentBBS capability surface (chat, pods, arcade, ascii-live,
finger) as @logicsrc/plugin-agentbbs and registers it in the CLI registry
and CommandBoard API.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-04 18:43:31 -07:00

8 lines
145 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*.ts"]
}