sidex/tsconfig.node.json
Your Name 791db7cc41 Initial commit: SideX — clean-room Tauri port of VSCode
Architecture mapped from VSCode (4,548 files, 5 layers, 93 platform services).
Electron replaced with Tauri v2 (Rust backend + native webview).

Frontend: Monaco editor, VSCode-style DI, workbench layout, file explorer,
tabs, command palette, search, status bar, dark theme.

Backend: 25 Rust commands — filesystem (9), terminal PTY (4), search (2),
window management (4), OS info (3), SQLite storage (3).

8.5MB DMG vs VSCode's 100MB+. Same architecture, native performance.

Methodology: Open Claw approach — study, map, port, verify.
Made-with: Cursor
2026-03-31 17:08:09 -05:00

10 lines
213 B
JSON

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