From 80dde1ac7336424605ffe24e83f4aacd8d35cd54 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Tue, 8 Jul 2025 18:20:18 +0800 Subject: [PATCH] update --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a61a866..a0dd41e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ } ], "paths": { - "@/*": ["./src/*"] + "@/*": ["/src/*", "./src/*", ] }, "baseUrl": "." },