Remove/ignore lib.dom.d.ts
I've included the CF type definitions and have NOT explicitely included the DOM lib, but some other lib must be including it and subsequently the DOM types overrides (like Response.webSocket) are hidden and these references are showing up as errors.
My tsconfig looks like this:
0 Replies