From 1c87fc91195ae116d7e491530137d0be01ce7f95 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 06 十二月 2023 15:44:34 +0800
Subject: [PATCH] 人员生产效率、设备负荷对比、物料需求、车间正品率样式修改及文字显示处理

---
 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