Skip to content

Instantly share code, notes, and snippets.

@bloatfan
Created February 20, 2017 08:51
Show Gist options
  • Save bloatfan/3a7600c443326206639f2ff036af7a63 to your computer and use it in GitHub Desktop.
Save bloatfan/3a7600c443326206639f2ff036af7a63 to your computer and use it in GitHub Desktop.
jsconfig.json
{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment