diff --git a/common/web/gesture-recognizer/tsconfig.json b/common/web/gesture-recognizer/tsconfig.json index b69d85cf07..75439fe51a 100644 --- a/common/web/gesture-recognizer/tsconfig.json +++ b/common/web/gesture-recognizer/tsconfig.json @@ -12,7 +12,6 @@ // // At present, the code actually compiles without them... but the TS tests are a different matter. "noImplicitAny": false, - "noUnusedLocals": false, "strictFunctionTypes": false, "noImplicitReturns": false },