diff --git a/tsconfig.json b/tsconfig.json index 057f104a..4501bf8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,8 @@ "target": "ESNext", "module": "ESNext", "moduleResolution": "node", + "noUnusedLocals": true, + "noUnusedParameters": true, "strict": true, }, "include": ["src", "tests"]