cli/tsc crashes with Uncaught TypeError

Using latest Deno (1.32.4), this only happens on certain files, but it effectively means that I cannot do type checking with Deno now. The error (somewhat opaque since this looks like generated code):

error: Uncaught TypeError: Cannot read properties of undefined (reading 'kind')
    at <anonymous> (internal:deno_tsc/tsc/00_typescript.js:19111:18)
Was this page helpful?