Skip to content

Instantly share code, notes, and snippets.

@bree7e
Created May 12, 2017 02:37
Show Gist options
  • Save bree7e/74e597d39ade8efccc4de85507442e2d to your computer and use it in GitHub Desktop.
Save bree7e/74e597d39ade8efccc4de85507442e2d to your computer and use it in GitHub Desktop.
TypeScript in VSCode
{
"files.exclude": {
"**/.git": true,
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.js.map": {
"when": "$(basename)"
},
"**/*.css": {
"when": "$(basename).scss"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment