I am trying to set up a TypeScript express/node application in Visual Studio Code following the Microsoft guide but changing it to use TypeScript however when it comes to instal
The tutorial I linked has now been updated to include the following commands:
typings install node --ambient typings install express serve-static express-serve-static-core --ambient
See @cdbajorin 's comment for information about why dependencies are not automatically downloaded.