From 8b2d5ad1120551d9398a3aa1cf7e6467d9f40e7d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 13 八月 2026 10:49:23 +0800
Subject: [PATCH] feat(mes): 添加计量器具管理功能

---
 tsconfig.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 6f97c7d..46f4d1c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -23,8 +23,8 @@
     "noImplicitOverride": true,
     "noImplicitThis": true,
     "noUncheckedIndexedAccess": true,
-    "noUnusedLocals": true,
-    "noUnusedParameters": true,
+    "noUnusedLocals": false,
+    "noUnusedParameters": false,
 
     "inlineSources": false,
     "noEmit": true,
@@ -37,13 +37,14 @@
     "verbatimModuleSyntax": true,
     "skipLibCheck": true,
     "preserveWatchOutput": true,
+    "ignoreDeprecations": "6.0",
 
+    "baseUrl": ".",
     "paths": {
       "#/*": ["./src/*"]
     },
     "allowJs": true
   },
-  "references": [{ "path": "./tsconfig.node.json" }],
   "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
   "exclude": ["**/node_modules/**", "**/dist/**"]
 }

--
Gitblit v1.9.3