From 7508f2156888de78799b123e38837a193b3ff98f Mon Sep 17 00:00:00 2001 From: G Date: Thu, 23 May 2024 10:17:00 +0000 Subject: [PATCH] add @logger path --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 4fae3b1..5df3403 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "@themes/*": ["./src/themes/*"], "@styles/*": ["./src/styles/*"], "@hooks/*": ["./src/hooks/*"], + "@logger": ["./src/utils/logger"], "@/*": ["./src/*"] } } -- libgit2 0.27.1