From dd07397c2d52ad0af7ad30beed40797aa30fe4f7 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Sun, 16 Nov 2025 22:49:59 -0500 Subject: [PATCH] switched vue project to proper tsconfig --- ui/{jsconfig.json => tsconfig.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ui/{jsconfig.json => tsconfig.json} (76%) diff --git a/ui/jsconfig.json b/ui/tsconfig.json similarity index 76% rename from ui/jsconfig.json rename to ui/tsconfig.json index 225a4a4..eac02cb 100644 --- a/ui/jsconfig.json +++ b/ui/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "paths": { "@/*": ["./src/*"], - "@shared": ["../shared/*"] + "@shared/*": ["../shared/*"] } }, "exclude": ["node_modules", "dist"]