Skip to content

Instantly share code, notes, and snippets.

@killshot13
Last active June 20, 2022 09:07
Show Gist options
  • Select an option

  • Save killshot13/5b4270465c23f13f96338d03a19ad905 to your computer and use it in GitHub Desktop.

Select an option

Save killshot13/5b4270465c23f13f96338d03a19ad905 to your computer and use it in GitHub Desktop.
.vscode>workflows
{
"baseline":
// baseline jsconfig.json version
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"checkJs": true
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment