refactor(stage-tamagotchi-electron): init stage-tamagotchi-electron app

Co-authored-by: LemonNeko <17664845+LemonNekoGH@users.noreply.github.com>
This commit is contained in:
Neko Ayaka
2025-09-06 21:03:56 +08:00
co-authored by LemonNeko
parent 40ff6bda6c
commit 23eb3d3ef6
123 changed files with 14590 additions and 154 deletions
+2
View File
@@ -5,9 +5,11 @@
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"strictNullChecks": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": false,
"isolatedModules": true,