Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created March 1, 2018 05:12
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 filipgorczynski/244045502e30fad88e45f05dc63c477f to your computer and use it in GitHub Desktop.
Save filipgorczynski/244045502e30fad88e45f05dc63c477f to your computer and use it in GitHub Desktop.
{
// ...
"files.exclude": {
      "**/.git": true,
      "**/.svn": true,
      "**/.hg": true,
      "**/CVS": true,
      "**/.DS_Store": true,
      "**/*.js.map": true,
      "**/*.js": {"when": "$(basename).ts"}
  },
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment