Hiding js and js.map files in VS Code for your typescript projects

VS code is a nice IDE for typescript projects and is actually the fastest growing javascript and angular IDE. When working on typescript projects some of us do not like the explorer to be polluted with the transpiled js and the js.map files. Luckily VScode allows us to hide the js files from the explorer using workspace settings. To do this open workspace settings from File –> Preferences –> Settings. Click on the drop down box to select Workspace Settings....

December 23, 2017 · (updated January 16, 2022) · 1 min · Pradeep Loganathan