I would like to hide the javascript files generated from the typescript files
This works perfectly:
With the following files structure:
(I have removed the exclude js files settings to show the structure)
However, if I change the file structure this way
The javascript files are not hidden
Anyone can help?


