switched vue project to proper tsconfig

This commit is contained in:
2025-11-16 22:49:59 -05:00
parent f6dd3a77dc
commit dd07397c2d

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"paths": {
"@/*": ["./src/*"],
"@shared": ["../shared/*"]
"@shared/*": ["../shared/*"]
}
},
"exclude": ["node_modules", "dist"]