Revert "more typescript changes/conversion nonsense (this broke a lot of stuff)"

This reverts commit 74151dbf2d.
This commit is contained in:
2025-11-17 17:16:37 -05:00
parent 74151dbf2d
commit cbefff34f5
5 changed files with 13 additions and 18 deletions

View File

@@ -1,8 +1,5 @@
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"types": ["vite/client"],
"paths": {
"@/*": ["./src/*"],
"@shared/*": ["../shared/*"]