From 12075d0fa73d963ff5d6dbc4727fb95fb6084961 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期五, 01 三月 2024 09:32:40 +0800
Subject: [PATCH] 代码更新

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

diff --git a/tsconfig.json b/tsconfig.json
index 04600c5..9827631 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -27,7 +27,8 @@
     "src/**/*.vue",
     "tests/**/*.ts",
     "tests/**/*.tsx",
-    "src/components/config/particles-config.js"
+    "src/components/config/particles-config.js",
+    "src/utils/drag.js"
   ],
   "exclude": ["node_modules"]
 }

--
Gitblit v1.9.3