diff --git a/tsconfig.json b/tsconfig.json index 7af0bc3..bb66484 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,7 @@ /* Path */ "baseUrl": "./", "paths": { - "@pswui/*": ["src/pswui/*"], + "@pswui/*": ["src/pswui/components/*"], "@/*": ["src/*"], "@pswui-lib": ["src/pswui/lib.tsx"] }