mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-10 06:18:39 +03:00
Add WebSocket server channel for outbound push, a Vite/React debugging interface under webui/websocket-debug, and refine log wording. Made-with: Cursor
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2023"],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|