You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: tsc │ node_modules/.pnpm/[email protected]/node_modules/memfs/lib/node/types/misc.d.ts(109,61): error TS2552: Cannot find name 'ReadableStream'. Did you mean 'IReadStream'?
This only exists with the dom lib option which is not true for backend only projects.
Hey there, we're running into the following TypeScript compiler error:
https://github.com/seek-oss/skuba/actions/runs/10189049455/job/28186365681?pr=1622#step:9:36
Error: tsc │ node_modules/.pnpm/[email protected]/node_modules/memfs/lib/node/types/misc.d.ts(109,61): error TS2552: Cannot find name 'ReadableStream'. Did you mean 'IReadStream'?
This only exists with the
dom
lib option which is not true for backend only projects.Would you be okay with the approach the aws sdk v3 took? https://github.com/aws/aws-sdk-js-v3/pull/3889/files
The text was updated successfully, but these errors were encountered: