From 513d845660c540f1067b36f6d1980ae373dbee89 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 1 Jul 2023 11:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E8=A7=A3=E5=86=B3=20Volar=20?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index a6dfb115..b75212db 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -6,5 +6,5 @@ "moduleResolution": "Node", "allowSyntheticDefaultImports": true }, - "include": ["vite.config.ts"] + "include": ["vite.config.ts", "src/utils/TGBuild.ts"] }