diff --git a/components.json b/components.json index 811ec56..de8b7bc 100644 --- a/components.json +++ b/components.json @@ -10,7 +10,7 @@ "cssVariables": false }, "aliases": { - "components": "src/libraries/shadcn/components", - "utils": "src/libraries/shadcn/utils" + "components": "@/components", + "utils": "@/utils" } } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 3bafa82..4f306c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,11 +22,8 @@ "baseUrl": ".", "paths": { - "lib/*": ["./src/libraries/*"], - "src/*": ["./src/*"], - "comp/*": ["./src/components/*"], - "types": ["./src/types/index.ts"], - "types/*": ["./src/types/*"], + "@/*": ["./src/*"], + "@/types": ["./src/types/index.ts"], } }, "include": ["src"],