still workign to make it this is just a back up

This commit is contained in:
2026-07-08 21:38:57 -05:00
parent e1ee2173d2
commit 59cd586e3b
18 changed files with 798 additions and 567 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist/renderer",
"rootDir": "src/renderer",
"types": ["vite/client"],
"jsx": "react-jsx"
"jsx": "react-jsx",
"noEmit": true
},
"include": ["src/renderer/**/*", "src/shared/**/*"]
}