diff --git a/ui/tsconfig.node.json b/ui/tsconfig.node.json index 795f45286..b4a879535 100644 --- a/ui/tsconfig.node.json +++ b/ui/tsconfig.node.json @@ -11,6 +11,9 @@ "composite": true, "module": "ESNext", "moduleResolution": "node", - "types": ["node"] + "skipLibCheck": true, // 跳过node依赖包语法检查 + "types": [ + "node" + ] } -} +} \ No newline at end of file