I use Visual Studio Code to develop mediasoup using the Nest.js framework
I created a new branch on my local branch when I installed mediasoup at versions 3.14.12 and 3.14.13. The TypeScript types I had created earlier do not respond when I search for the definitions of the types I have imported
However, when using version 3.14.11, the TypeScript type definitions work normally
Please detail the issue rather than pasting a screenshot. I don't know how your text editor behaves and what it is saying there. Please report the problem properly.
I use Visual Studio Code to develop mediasoup using the Nest.js framework
I created a new branch on my local branch when I installed mediasoup at versions 3.14.12 and 3.14.13. The TypeScript types I had created earlier do not respond when I search for the definitions of the types I have imported
However, when using version 3.14.11, the TypeScript type definitions work normally
This is the Visual Studio Code profile I am using https://vscode.dev/profile/github/e56672665350186c037749b2776ba04e
For details on the mediasoup code development I'm working on, you can see my repository here https://github.com/medansoftware/mediasoup-nest.git