From f27ca082eb0a839449dd50c49007b58e5ed6946f Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 19 Jun 2025 19:08:01 +0800
Subject: [PATCH] feat: 服务名修改

---
 tsconfig.json |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 10e74cf..53ce92b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,7 +12,7 @@
     "types": ["vite/client"],
     "lib": [
       "esnext",
-      "dom"
+      "dom",
     ],
     "paths": {
       "/@/*": [
@@ -24,6 +24,9 @@
     "src/**/*.ts",
     "src/**/*.d.ts",
     "src/**/*.tsx",
-    "src/**/*.vue"
-, "src/vendors/coordtransform.js"  ]
+    "src/**/*.vue", 
+    "src/vendors/coordtransform.js",
+    "types/auto-imports.d.ts",
+    "src/env.d.ts"
+]
 }
\ No newline at end of file

--
Gitblit v1.9.3