diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index 2b26c5ed..98451a84 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -4,7 +4,6 @@ "outDir": "dist", "baseUrl": ".", "paths": { - "@/*": ["src/*"], "@styled-system/*": ["./styled-system/*"] } },