diff --git a/types/tsconfig.json b/types/tsconfig.json index b9eb2d2..35b9d6f 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "strict": true, "noUnusedParameters": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "noEmit": true } }