Skip to content

Instantly share code, notes, and snippets.

@wizardnet972
Created October 17, 2016 13:37
Show Gist options
  • Save wizardnet972/2ddfbdca8ea3fecab6dd5d3e6b564c14 to your computer and use it in GitHub Desktop.
Save wizardnet972/2ddfbdca8ea3fecab6dd5d3e6b564c14 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"typescript.check.tscVersion": false,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.map": {
"when": "$(basename).map"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment