From 39a45f817c50345914978c80e14cb1ba731e3f47 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 11 Sep 2024 10:25:00 +0000 Subject: [PATCH] alias directly to the correct restyle component --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 5df3403..194f209 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,10 @@ "strict": true, "baseUrl": ".", "paths": { + "@re-box": ["./src/components/bases/Box.tsx"], + "@re-text": ["./src/components/bases/Text.tsx"], + "@re-card": ["./src/components/bases/Card.tsx"], + "@re-button": ["./src/components/bases/ButtonBase.tsx"], "@screens/*": ["./src/screens/*"], "@components/*": ["./src/components/*"], "@themes/*": ["./src/themes/*"], -- libgit2 0.27.1