diff --git a/deno.json b/deno.json index bceba18..bd24873 100644 --- a/deno.json +++ b/deno.json @@ -8,8 +8,8 @@ }, "compilerOptions": { "noImplicitAny": true, - "noUnusedLocals": false, - "noUnusedParameters": false, + "noUnusedLocals": true, + "noUnusedParameters": true, "noUncheckedIndexedAccess": true, "strict": true },