fix: make @pswui-lib references library index

This commit is contained in:
p-sw 2024-06-14 23:47:46 +09:00
parent 139d02eb9b
commit 1f1ca76b6d

View File

@ -26,7 +26,7 @@
"paths": {
"@components/*": ["components/*"],
"@/*": ["src/*"],
"@pswui-lib": ["lib.tsx"]
"@pswui-lib": ["lib/index.ts"]
}
},
"include": ["components", "src", "lib"],