Visual Studio is not properly nesting(like it does with js.map files) or hiding(like non-core projects) my js files created by the typescript compiler in my asp.net mvc core project. This is polluting my Solution Explorer.
Here is an image of the current behavior.
I wanted to know how I can either hide the js file, or nest it. In a way that doesn't involve doing it individually for each file.