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