From 7017518c2c631f430bea5e1c96f66044e5a6df0f Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 14:14:58 +0630 Subject: [PATCH] Update import alias for utils --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 02ac835..99ab229 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "paths": { "@layouts/*": ["src/layouts/*"], "@components/*": ["src/components/*"], - "@assets/*": ["src/assets/*"] + "@assets/*": ["src/assets/*"], + "@utils/*": ["src/utils/*"] } } }