From 7dc0f27e6d92167fd1e826b29c2b14f64961d08e Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 07 十一月 2024 09:56:45 +0800 Subject: [PATCH] # --- zy-acs-flow/tsconfig.node.json | 10 +++++++--- zy-acs-flow/vite.config.js | 0 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/zy-acs-flow/tsconfig.node.json b/zy-acs-flow/tsconfig.node.json index 3afdd6e..3ec7fa2 100644 --- a/zy-acs-flow/tsconfig.node.json +++ b/zy-acs-flow/tsconfig.node.json @@ -7,7 +7,11 @@ "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "strict": true, - "noEmit": true + "noEmit": true, + "allowJs": true, + "checkJs": false }, - "include": ["vite.config.ts"] -} + "include": [ + "vite.config.js" + ] +} \ No newline at end of file diff --git a/zy-acs-flow/vite.config.ts b/zy-acs-flow/vite.config.js similarity index 100% rename from zy-acs-flow/vite.config.ts rename to zy-acs-flow/vite.config.js -- Gitblit v1.9.1