From 53bcb7e5dffa071d2c6593f5db7f0b6e4e2f8dfe Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 18 Oct 2023 16:17:02 +0800
Subject: [PATCH] 隐藏重复定时和连续执行

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

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

--
Gitblit v1.9.3