mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
545fbdcda1
JSX -> Block Kit rendering with per-element budgets and degradation, Socket Mode ingress, opaque-id interactions (ack within 3s, run async), chat.update message streaming with chunking, accent attachments, and sender-profile resolution. Preserves the PoC's streaming, chunking, and mrkdwn mechanics behind the PlatformAdapter boundary.
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"extends": "@copilotkit/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"lib": ["es2022"]
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["dist", "node_modules", "examples"]
|
|
}
|