Following similar issue to #114 , I am getting:
node_modules/@webgpu/types/dist/index.d.ts:83:7 - error TS2552: Cannot find name 'HTMLImageElement'. Did you mean 'HTMLVideoElement'?
83 | HTMLImageElement
~~~~~~~~~~~~~~~~
Following change ( similar to https://github.com/gpuweb/types/pull/115/files ) would fix the build error
interface HTMLImageElement {}