Skip to content

Instantly share code, notes, and snippets.

@aholachek
Created January 21, 2018 04:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aholachek/50052b5edcf6631d3bf05c325e63b648 to your computer and use it in GitHub Desktop.
Save aholachek/50052b5edcf6631d3bf05c325e63b648 to your computer and use it in GitHub Desktop.
VSCode config to allow for "Go To Definition" with Webpack aliases
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*",
"components/*",
"portal/*",
"platform/*"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment