More work?

This commit is contained in:
DesertMermaid 2024-11-16 14:14:49 -08:00
parent add6489e40
commit 640f81a79f
30 changed files with 5082 additions and 405 deletions

View file

@ -9,6 +9,12 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"resolveJsonModule": true,
"allowJs": true,
"strict": true,
"moduleResolution": "Node",
"types": ["vite/client"]
}
}