From 1f1ca76b6dee65f56a27158790479cea753cf5a9 Mon Sep 17 00:00:00 2001 From: p-sw Date: Fri, 14 Jun 2024 23:47:46 +0900 Subject: [PATCH] fix: make @pswui-lib references library index --- packages/react/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index 455187d..7e34c5b 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -26,7 +26,7 @@ "paths": { "@components/*": ["components/*"], "@/*": ["src/*"], - "@pswui-lib": ["lib.tsx"] + "@pswui-lib": ["lib/index.ts"] } }, "include": ["components", "src", "lib"],