From 078f603f7686c274067028bd23032625e6eee3ce Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 12 六月 2024 14:54:48 +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