Skip to content

Instantly share code, notes, and snippets.

@caioleonhardt
Last active February 16, 2017 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caioleonhardt/12f7daed44a5c4116d6f951a94a293a4 to your computer and use it in GitHub Desktop.
Save caioleonhardt/12f7daed44a5c4116d6f951a94a293a4 to your computer and use it in GitHub Desktop.
visual studio code para typescript
{
"files.exclude": {
"**/*.js": { "when": "$(basename).ts"},
"**/*.js.map": { "when": "$(basename)"},
"**/*.class": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment