From b1e054a7fe73826f7193a9a33ca8ca729b1bf843 Mon Sep 17 00:00:00 2001 From: Charles Zhao Date: Fri, 25 Oct 2024 15:52:27 +0800 Subject: [PATCH] chore: update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0d52481c40e..3a5e9c75672 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,5 @@ "docusaurus-plugin-sass" ], }, - "include": ["src", "docs"] + "include": ["src", "docs", "*.config.ts"] }