I've recently installed visual studio 2017 and the problem i'm having is that i am unable to find .js files that are added through nuget packages.
E.g. after adding knockout.js nuget package it shows up in dependencies but the .js file doesn't appear in the solution folder or anywhere. When i add the same nuget package in vs2015 it automatically adds itself to the "Scripts" folder and i can reference it from there.