Hide the JavaScript file from the Explorer in TypeScript #7 | TypeScript Course |

Опубликовано: 04 Август 2026
на канале: VCreations Tech
69
3

Hello Friends,

Today our topic is on How to Hide the JavaScript file from the Explorer in TypeScript.

To hide the JavaScript file from the explorer in typescript by following this procedure,
First Open the settings: File - '>' Preferences - '>' Settings and select Workspace settings in the right panel.
Add the following json,
"files.exclude": {
"**/*.js": true
}
Click on Save and automatically it will hide the JavaScript file from the explorer.

Wish You Success,
#VCreationsTech.