From c2a50a86bd213f43b897a7d3eb8d5873cbf20628 Mon Sep 17 00:00:00 2001 From: ArraysID Date: Sat, 26 Apr 2025 22:38:50 +0700 Subject: [PATCH] feat: add path mapping for shadcn-ui atoms in tsconfig --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 8fe0377..f26b5f3 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -16,6 +16,7 @@ "baseUrl": ".", "paths": { "@imphnen-frontend-service/service": ["libs/service/src/index.ts"], + "@imphnen-frontend-service/shadcn-ui/atoms": ["libs/shadcn-ui/src/atoms/index.ts"], "@imphnen-frontend-service/ui/atoms": ["libs/ui/src/atoms/index.ts"], "@imphnen-frontend-service/ui/molecules": [ "libs/ui/src/molecules/index.ts"