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.
tscrequire that you include a reference at the top of every file. Visual Studio has a feature which does this automatically, but I'm not sure if this is included in "Code"