Prompted to do this to disable typing of errors as unknown in catch blocks. This is a bit annoying locally and we don't actually type check errors at runtime anyway.
Worth doing this at some point and enabling the guard, but it's a bit of an annoying refactor.
Checklist
[ ] Updated Settings section in README.md, if settings are affected
Changes
Prompted to do this to disable typing of errors as
unknown
in catch blocks. This is a bit annoying locally and we don't actually type check errors at runtime anyway.Worth doing this at some point and enabling the guard, but it's a bit of an annoying refactor.
Checklist