Skip to content

Instantly share code, notes, and snippets.

@agniswarm
Created July 28, 2018 20:18
Show Gist options
  • Save agniswarm/778b72e7cfea7321df8ddf2c5e691d83 to your computer and use it in GitHub Desktop.
Save agniswarm/778b72e7cfea7321df8ddf2c5e691d83 to your computer and use it in GitHub Desktop.
Gist for VS code setting for typescript
{
"editor.formatOnSave": true,
"files.exclude": {
"*.js": true,
"*.js.map": true,
"ServerLocal": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment