Open Swimburger opened 8 months ago
I tried fixing this the way AWS SDK does: https://github.com/aws/aws-sdk-js-v3/pull/3889/files
Unfortunately, not all types in the error are interfaces, and the fix only works for interfaces.
For now, I suggest using the DOM
lib in TS.
Running
tsc
in my app results in the following error.A solution in TS is still being discussed: