From d7d2a1826e635410ba497aca0b38bf28444c2db4 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Thu, 13 Jun 2024 16:44:26 -0400 Subject: [PATCH] Change tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2d50541b1..1f7b624e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,5 @@ /* AllowJs during migration phase */ "allowJs": true }, - "include": ["src", "public/lib"] + "include": ["src", "public"] }