How can I hide/nest .js files transpiled from .tsx files?

229 views Asked by At

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.

showing invalid nesting

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.

0

There are 0 answers