From 67c2721cff0a9f2b8efc4165928ee3d0ac969eb1 Mon Sep 17 00:00:00 2001 From: Hewston Fox Date: Thu, 12 Mar 2026 00:46:06 +0200 Subject: [PATCH] chore: fix build --- tsconfig.app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 3f365de..5e38ecd 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -20,8 +20,8 @@ "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "paths": { - "@/*": ["src/*"], - "@components/*": ["src/components/*"] + "@/*": ["./src/*"], + "@components/*": ["./src/components/*"] } }, "include": ["src"]