Skip to content

Instantly share code, notes, and snippets.

@toddlemoine
Created November 18, 2015 17:11
Show Gist options
  • Save toddlemoine/4437e8841ed9048fc458 to your computer and use it in GitHub Desktop.
Save toddlemoine/4437e8841ed9048fc458 to your computer and use it in GitHub Desktop.
jsconfig
{
"compilerOptions": {
"target": "ES6"
},
"exclude": [
"node_modules",
"dist",
"lib"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment