From 2c2bc8614c8ea0ce386369eb4924da1e6aa052d1 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 27 Sep 2023 09:35:57 +0800
Subject: [PATCH] 添加环境配置区分
---
tsconfig.json | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index bdbeccb..53ce92b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,7 +12,7 @@
"types": ["vite/client"],
"lib": [
"esnext",
- "dom"
+ "dom",
],
"paths": {
"/@/*": [
@@ -24,8 +24,9 @@
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
- "src/**/*.vue"
-, "src/vendors/coordtransform.js",
-"types/auto-imports.d.ts"
+ "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