From 66b9bcfc13d4cdf944b6721261abee441963bab9 Mon Sep 17 00:00:00 2001
From: Cloud Zhang <941187371@qq.com>
Date: 星期四, 16 五月 2024 16:29:49 +0800
Subject: [PATCH] 飞达优化

---
 tsconfig.json |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 9472c20..2f861fc 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,6 +2,7 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "extends": "@vben/ts-config/vue-app.json",
   "compilerOptions": {
+    "target": "ES2020",
     "baseUrl": ".",
     "types": ["vite/client", "unplugin-vue-define-options/macros-global"],
     "paths": {

--
Gitblit v1.9.3