fix: add missing route in @pswui

This commit is contained in:
Shinwoo PARK 2024-06-13 18:08:03 +00:00
parent f68e54670f
commit 5d82464529

View File

@ -23,7 +23,7 @@
/* Path */ /* Path */
"baseUrl": "./", "baseUrl": "./",
"paths": { "paths": {
"@pswui/*": ["src/pswui/*"], "@pswui/*": ["src/pswui/components/*"],
"@/*": ["src/*"], "@/*": ["src/*"],
"@pswui-lib": ["src/pswui/lib.tsx"] "@pswui-lib": ["src/pswui/lib.tsx"]
} }