Skip to content

Instantly share code, notes, and snippets.

@HaiBV
Created February 20, 2020 09:12
Show Gist options
  • Save HaiBV/b931a07ddcb59d525f0e529b62a65bd0 to your computer and use it in GitHub Desktop.
Save HaiBV/b931a07ddcb59d525f0e529b62a65bd0 to your computer and use it in GitHub Desktop.
Config VSCode with NODE_PATH=.
{
"compilerOptions": {
"target": "ES6",
"baseUrl": "."
},
"exclude": ["node_modules", "**/node_modules/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment