From 0ffc23ddb6bcade8087c62b7de0131b4ffcc91c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Fri, 12 May 2023 17:34:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20tsconfig=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f473d1c..810fbe6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,9 +11,9 @@ "useDefineForClassFields": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, + "moduleResolution": "Node", "target": "ES2020", "module": "ES2020", - "moduleResolution": "Node", "lib": ["ES2020"], "types": ["vitest/globals"] },