Skip to content

Instantly share code, notes, and snippets.

@kutyel
Created June 8, 2016 06:20
Show Gist options
  • Save kutyel/a28137e87ed50e218eb89f54e63b7cf9 to your computer and use it in GitHub Desktop.
Save kutyel/a28137e87ed50e218eb89f54e63b7cf9 to your computer and use it in GitHub Desktop.
Ignore JavaScript generated files when working with TypeScript in VSCode
{
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.js.map": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment