Skip to content

Instantly share code, notes, and snippets.

@aholachek
Created January 21, 2018 04:07
Embed
What would you like to do?
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