diff --git a/tsconfig.json b/tsconfig.json index 36f9030..44ee7d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,8 +20,8 @@ "noFallthroughCasesInSwitch": true, // Some stricter flags (disabled by default) - "noUnusedLocals": false, - "noUnusedParameters": false, + "noUnusedLocals": true, + "noUnusedParameters": true, "noPropertyAccessFromIndexSignature": false, "baseUrl": "src", "paths": {