From 223be0185828867231187e63f98d6b33ecd83fdf Mon Sep 17 00:00:00 2001 From: Anand Suthar Date: Wed, 7 Aug 2024 20:05:04 +0530 Subject: [PATCH] refactor: add @hooks import alias --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index d9425fe..891e501 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,7 @@ "paths": { "@/*": ["./app/*"], "@components/*": ["./app/components/*"], + "@hooks/*": ["./app/hooks/*"], "@utils/*": ["./app/utils/*"], "@types": ["./types.d.ts"], "@constants/*": ["./app/utils/constants/*"],