From f992590c70f3ac9adeb601a6bc3ebfcdac391204 Mon Sep 17 00:00:00 2001 From: liu <2302563948@qq.com> Date: Wed, 1 Jul 2026 22:56:51 +0800 Subject: [PATCH] ts --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c5d3a09..1b1fe28 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,8 @@ "noImplicitAny": false, "allowSyntheticDefaultImports": true, "outDir": "lib", - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "strictNullChecks": true, "sourceMap": true, "baseUrl": ".",