From 077b7006de46ad644aa321843303430513126ad0 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 18 六月 2024 18:54:17 +0800
Subject: [PATCH] 更新

---
 tsconfig.json |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 2f861fc..714c295 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,12 +2,11 @@
   "$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"],
+    "declaration": false,
+    "types": ["vite/client"],
     "paths": {
       "/@/*": ["src/*"],
-      "/#/*": ["types/*"],
       "@/*": ["src/*"],
       "#/*": ["types/*"]
     }

--
Gitblit v1.9.3