Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@roberto-butti
Created January 20, 2020 11:07
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 roberto-butti/02ce360ca6716059b2b9461bcfee9d8b to your computer and use it in GitHub Desktop.
Save roberto-butti/02ce360ca6716059b2b9461bcfee9d8b to your computer and use it in GitHub Desktop.
jsconfig.json
{
"compilerOptions": {
"target": "ES6"
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment