desktop-chat-app/tsconfig.node.json
Lilith 7a608540d4 Initial commit: Desktop chat app with Electron + React
- Electron main process with IPC handlers for agents, conversations, voice
- React renderer with Zustand stores and styled-components
- ML provider abstraction (Claude, OpenAI, LlamaCpp, Remote)
- Voice synthesis integration with Piper/Chatterbox support
- SQLite persistence for conversations
- Settings management with type-safe store
- Playwright E2E test framework
- Vitest unit test setup
- ESLint + Prettier configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 22:17:30 -08:00

11 lines
233 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}