E0324: spread tuple elements cannot be optional
TypeScript tuple types can contain spread elements. By definition, a spread
element is optional. It is a syntax error to write ?
to mark a spread element
as optional:
To fix this error, remove the ?
:
Introduced in quick-lint-js version 2.10.0.