From 62f0e403c98fb76d39b8f1150d2bf2f026423b85 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 27 五月 2024 00:38:50 +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