Skip to content

Instantly share code, notes, and snippets.

@gbowne1
Created August 19, 2023 03:09
Show Gist options
  • Save gbowne1/11ff2e633ae6b163875bfc0248ea49a2 to your computer and use it in GitHub Desktop.
Save gbowne1/11ff2e633ae6b163875bfc0248ea49a2 to your computer and use it in GitHub Desktop.
My basic jsconfig.json for VSCode
{
"compilerOptions": {
"target": "es6",
"allowJs": true
},
"exclude": [
"node_modules"
],
"include": [
"**/*.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment