From 27fcddcc1fbd98aff5b8c4738bd07ed349debfe1 Mon Sep 17 00:00:00 2001 From: p-sw Date: Fri, 14 Jun 2024 23:26:40 +0900 Subject: [PATCH] refactor(react): add lib directory instead of lib.tsx file --- 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 83e4b0b..455187d 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -29,6 +29,6 @@ "@pswui-lib": ["lib.tsx"] } }, - "include": ["components", "src", "./lib.tsx"], + "include": ["components", "src", "lib"], "references": [{ "path": "./tsconfig.node.json" }] }