From 7f3700ec05e62b5237a8d6b671312f07959c2f66 Mon Sep 17 00:00:00 2001 From: Rairn <958414905@qq.com> Date: Fri, 17 Mar 2023 22:14:02 +0800 Subject: [PATCH] Revert "chore: add 'include' in tsconfig.json" This reverts commit ad21554e20df2c18d573e9ee27b7c4001328c5e2. --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4916dffd7..875a5809a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -44,8 +44,5 @@ "compilerOptions": { "module": "commonjs" } - }, - "include": [ - "packages/**/src", - ] + } }