From 65d51b00cec06c579e08f53b90ce260146bce340 Mon Sep 17 00:00:00 2001 From: G Date: Fri, 5 Sep 2025 15:30:44 +0000 Subject: [PATCH] chore : include asp styling and assets folders in tsconfig --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 194f209..34bbf79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,8 @@ "@styles/*": ["./src/styles/*"], "@hooks/*": ["./src/hooks/*"], "@logger": ["./src/utils/logger"], + "@asp/*": ["./src/appStylingPrimitives/*"], + "@assets/*": ["./assets/*"], "@/*": ["./src/*"] } } -- libgit2 0.27.1