From 5c36caa07ba937b114f50bc259fd88761f6c63cd Mon Sep 17 00:00:00 2001 From: rex Date: Wed, 26 Nov 2025 23:09:32 +0800 Subject: [PATCH] doc --- tsconfig.app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 08dd040..e5e02e7 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -17,9 +17,9 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "erasableSyntaxOnly": true, + "noUnusedLocals": false, + "noUnusedParameters": false, + "erasableSyntaxOnly": false, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "baseUrl": ".",