From 5abd206500d791f8db91a8768098df37eecae93a Mon Sep 17 00:00:00 2001 From: G Date: Wed, 24 Apr 2024 16:04:54 +0000 Subject: [PATCH] catch all @ at the end --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8655561..4fae3b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,12 +4,12 @@ "strict": true, "baseUrl": ".", "paths": { - "@/*": ["./src/*"], "@screens/*": ["./src/screens/*"], "@components/*": ["./src/components/*"], "@themes/*": ["./src/themes/*"], "@styles/*": ["./src/styles/*"], - "@hooks/*": ["./src/hooks/*"] + "@hooks/*": ["./src/hooks/*"], + "@/*": ["./src/*"] } } } -- libgit2 0.27.1