I'm working on a Node JS (+Express) project in Visual Studio Code, and am wondering if there is a way to reference TypeScript definitions in one global spot, rather than having to re-reference definitions in every JS file.
I see that VSCode supports tsconfigs, but I don't think .tsconfig files have a section for that.