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"] }