Skip to content

Instantly share code, notes, and snippets.

View evanhammer's full-sized avatar

Evan Hammer evanhammer

View GitHub Profile
@aholachek
aholachek / jsconfig.json
Created January 21, 2018 04:07
VSCode config to allow for "Go To Definition" with Webpack aliases
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*",
"components/*",
"portal/*",
"platform/*"
]