From ad21554e20df2c18d573e9ee27b7c4001328c5e2 Mon Sep 17 00:00:00 2001 From: Rairn <958414905@qq.com> Date: Fri, 17 Mar 2023 21:12:18 +0800 Subject: [PATCH] chore: add 'include' in tsconfig.json --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 875a5809a5..4916dffd77 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -44,5 +44,8 @@ "compilerOptions": { "module": "commonjs" } - } + }, + "include": [ + "packages/**/src", + ] }