v2.0.6
In TypeScript 4.4, --strict implies --useUnknownInCatchVariables, so in a ‘catch (error)’ block, ‘error’ has type ‘unknown’ rather than ‘any’. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
In TypeScript 4.4, --strict implies --useUnknownInCatchVariables, so in a ‘catch (error)’ block, ‘error’ has type ‘unknown’ rather than ‘any’. Signed-off-by: Anders Kaseorg <andersk@mit.edu>