From 3c98ee0d47d5711d0a51f82cf59366acbc6a8b36 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Tue, 10 Feb 2026 01:28:30 +0800 Subject: [PATCH] =?UTF-8?q?chore(tsconfig):=20=E5=88=A0=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=BD=BF=E7=94=A8=E7=9A=84=20tsconfig.node.json=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.node.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tsconfig.node.json diff --git a/tsconfig.node.json b/tsconfig.node.json deleted file mode 100644 index 9cc7def..0000000 --- a/tsconfig.node.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "skipLibCheck": true, - "module": "ESNext", - "moduleResolution": "bundler", - "allowSyntheticDefaultImports": true, - "esModuleInterop": true, - "strict": true - } -}