Add comprehensive error handling and recovery UI #173

Merged
talksik merged 11 commits from claude/electron-error-handling-tPCJO into master 2026-04-21 02:22:02 +00:00
Showing only changes of commit 4fd43ed5d5 - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@
"resolveJsonModule": true,
"jsx": "react-jsx",
"strict": true,
"baseUrl": ".",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
}