chore(web): previously-missed spot in gesture-recognizer

This commit is contained in:
Joshua A. Horton 2024-05-16 10:58:33 +07:00
parent 4e80e63f1c
commit d5b5eebe00

View file

@ -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
},