From f9e21d366a7bf290019a5dba5ff38602bd6da49d Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 15 Oct 2024 12:27:45 +0800 Subject: [PATCH] fix --- tsconfig.node.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index 80a0133..d858fc0 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -4,5 +4,6 @@ "module": "ESNext", "moduleResolution": "Node", "allowSyntheticDefaultImports": true - } + }, + "include": ["rsbuild.config.ts"] }