From 3fbc162420579a49521d3bd54b0bc2413b508bb9 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 28 九月 2023 15:10:39 +0800
Subject: [PATCH] 完成任务之后刷新页面 activeName没有选中当前的
---
jsconfig.json | 20 ++++++--------------
1 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/jsconfig.json b/jsconfig.json
index 4aafc5f..c00240e 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -1,19 +1,11 @@
{
"compilerOptions": {
- "target": "es5",
- "module": "esnext",
+ "target": "es2017",
+ "allowSyntheticDefaultImports": false,
"baseUrl": "./",
- "moduleResolution": "node",
"paths": {
- "@/*": [
- "src/*"
- ]
- },
- "lib": [
- "esnext",
- "dom",
- "dom.iterable",
- "scripthost"
- ]
- }
+ "@/*": ["src/*"]
+ }
+ },
+ "exclude": ["node_modules", "dist"]
}
--
Gitblit v1.8.0