From aec00ecc093be803860c8675cbe1c4c776a7cb4e Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Tue, 19 Mar 2024 17:49:21 +0800
Subject: [PATCH] update: 新建航线、事件编辑、kmz文件问题修改

---
 tsconfig.json |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index bdbeccb..53ce92b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,7 +12,7 @@
     "types": ["vite/client"],
     "lib": [
       "esnext",
-      "dom"
+      "dom",
     ],
     "paths": {
       "/@/*": [
@@ -24,8 +24,9 @@
     "src/**/*.ts",
     "src/**/*.d.ts",
     "src/**/*.tsx",
-    "src/**/*.vue"
-, "src/vendors/coordtransform.js", 
-"types/auto-imports.d.ts"
+    "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