From fdc10577c1aca27ab108fe5aac9b9caf7434d3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chen=20=E2=98=81=EF=B8=8F=E2=98=81=EF=B8=8F?= <44057776+cscxj@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:49:03 +0800 Subject: [PATCH] chore: correct comments --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2c937f4..d34d0db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -47,7 +47,7 @@ "verbatimModuleSyntax": true, // A few notes: - // - Vue 3 supports ES2016+ + // - Vue 3 supports ES2015+ // - For Vite, the actual compilation target is determined by the // `build.target` option in the Vite config. // So don't change the `target` field here. It has to be