Add User Preferences to MVP, add Phase 2.5 Personal Branching specs

- Fixed minor typescript errors that would show during compile
This commit is contained in:
Michael Chihlas
2026-01-27 23:49:12 -05:00
parent cd10ecd42c
commit 088333174c
7 changed files with 89 additions and 7 deletions

View File

@@ -1,4 +1,10 @@
{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },