From cee338f18d22bbbb989d79c0add082fdb4e2b8ef Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 08 Sep 2023 11:09:00 +0800
Subject: [PATCH] store添加projectId
---
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