switched vue project to proper tsconfig

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

9
ui/tsconfig.json Normal file
View File

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