From 54849757852f6ab40eb17afbd03d1d839b60a38d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 13 Nov 2023 17:09:15 +0800
Subject: [PATCH] 重复定时和连续执行

---
 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