Files
agentic-chat-connect/tsconfig.json
Chengdong Zhang 94721227c0 feat(connect-local): add Pi extension for local agent bridge
Monorepo Pi package with outbound WebSocket, pairing/reconnect flow,
presence reporting, and single-flight task.dispatch handling.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 16:22:41 +08:00

11 lines
219 B
JSON

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