Files
copilotkit__copilotkit/packages/bot-slack/tsconfig.check.json
Alem Tuzlak 545fbdcda1 feat(bot-slack): Slack platform adapter
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.
2026-06-10 10:46:08 -07:00

11 lines
228 B
JSON

{
"extends": "@copilotkit/typescript-config/base.json",
"compilerOptions": {
"noEmit": true,
"lib": ["es2022", "dom"],
"types": ["node"]
},
"include": ["src/**/*.ts"],
"exclude": ["dist", "node_modules"]
}