Describe the bug
dprint-plugin-typescript version: 0.91.6.wasm
Input Code
const a = testNum as number >= 0
const b = testStr as string >= 0
Expected Output
const a = testNum as number >= 0
const b = testStr as string >= 0
Actual Output
Expression expected at file:///file.ts:1:30
const a = testNum as number >= 0
~