From d5b5eebe006d4483e730f8dddfb42788bd670b2f Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Thu, 16 May 2024 10:58:33 +0700 Subject: [PATCH] chore(web): previously-missed spot in gesture-recognizer --- common/web/gesture-recognizer/tsconfig.json | 1 - 1 file changed, 1 deletion(-) 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 },