From 3158338d0ba9c694f9203a6ad592f77d3e0177fe Mon Sep 17 00:00:00 2001 From: Atdunbg Date: Sat, 16 May 2026 00:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=84=8F=E5=A4=96=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E7=9A=84'tsconfig.node.json'=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.node.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tsconfig.node.json diff --git a/tsconfig.node.json b/tsconfig.node.json new file mode 100644 index 0000000..099658c --- /dev/null +++ b/tsconfig.node.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", + "moduleResolution": "bundler", + "allowSyntheticDefaultImports": true + }, + "include": ["vite.config.ts"] +} \ No newline at end of file