Reputation: 249
I am working on a Angular 2 project in Visual Studio 2015. Is there a way to hide the js and js.map files in Visual Studio 2015 like in VS Code?
Upvotes: 1
Views: 514
Reputation: 3621
Assuming that you have included js and js.map files in the project, you can group those items together and have the ts file display as the root.
Refer to this link. There are also extensions such as VSCommands that can do this for you using context menu.