Closed SylvainSoKette closed 1 year ago
Yep, you need to use a newer version of TypeScript (or an older tsconfig base)
Thanks, I'll raise the issue to the guys at OpenVidu then :)
Edit: To anyone trying to fix this, it requires fixing typescript version to >=4.7 in the project importing @tsconfig/node16
@SylvainSoKette , I've updated the typescript version at: https://github.com/OpenVidu/mediasoup-sdp-bridge
It should work now.
I'm using OpenVidu's fork of mediasoup-sdp-bridge and it started spouting typescript errors starting a few days ago.
After much pocking around, I finally understood that it came down to @tsconfig/node16 having received a commit very recently.
Here is the errror which halts the build process:
As I understand, mediasoup-sdp-bridge is using a version of Typescript that is incompatible with tsconfig ? Or is there something wrong with tsconfig ?