Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created December 24, 2016 13:23
Show Gist options
  • Select an option

  • Save javaeeeee/519a1d46f51f7fceb549ebf87fc2bc7d to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/519a1d46f51f7fceb549ebf87fc2bc7d to your computer and use it in GitHub Desktop.
The simplest version of jsconfig.json file which informs VS Code that we work with JavaScript project
{
"compilerOptions": {
"target": "ES5"
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment