From 60bb69f4cfc33cd0224e856afc2b00f6bc80e4d4 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 25 Sep 2023 14:24:51 +0800
Subject: [PATCH] 无人机控制区分
---
tsconfig.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index cffee3a..bdbeccb 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -24,7 +24,8 @@
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
- "src/**/*.vue",
- "src/vendors/coordtransform.js"
- ]
+ "src/**/*.vue"
+, "src/vendors/coordtransform.js",
+"types/auto-imports.d.ts"
+]
}
\ No newline at end of file
--
Gitblit v1.9.3