Open
Description
Describe the bug
A parsing error occurs for valid TypeScript code.
dprint-plugin-typescript version: 0.88.3
Input Code
availableZoom as any <= zoom
Expected Output
(availableZoom as any) <= zoom
Actual Output
Expression expected at file.ts:1:23
availableZoom as any <= zoom
~
Playground link
Playground link