Should the jsconfig.json file be used in every JavaScript project?

I am working with a JavaScript project, and I just wanted to know if it is necessary (or recommended) to use the jsconfig.json file in every JavaScript project.

Will adding the jsconfig.json file make the development process easier, or is it only used for larger JavaScript projects?


Edit: I just noticed that the jsconfig.json file has something to do with Visual Studio Code. How does it improve the developer experience with Visual Studio Code?