🎉 initial commit

This commit is contained in:
2026-06-08 17:15:43 +10:00
commit bfece01c67
33 changed files with 9920 additions and 0 deletions

10
tsconfig.web.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
"include": ["src/renderer/**/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": { "@renderer/*": ["src/renderer/*"] },
"types": ["vite/client"]
}
}