- 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>
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|