From c7c10b07b057993f44083969b932a8f2599e144a Mon Sep 17 00:00:00 2001 From: crypto3699 Date: Mon, 29 Sep 2025 08:15:51 +0300 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7c98184..dba431d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "noImplicitThis": true, "noImplicitReturns": true, "noUnusedLocals": true, - "noUnusedParameters": false, + "noUnusedParameters": true, "lib": [ "es2018" ], "typeRoots": [ "./node_modules/@types", "./scripts/typings" ], "rootDir": "scripts",