After developing a JavaScript web app using npm and webpack, I successfully converted all the .js files to .ts using the PowerShell command found here. Now, I am looking to transition to a VS2015 TypeScript project but struggling to find guidance on how to handle node_modules and fully convert my package.json and webpack configurations. Unfortunately, the Task Runner Explorer in VS2015 only supports Grunt and Gulp tasks.