Created
January 21, 2018 04:07
-
-
Save aholachek/50052b5edcf6631d3bf05c325e63b648 to your computer and use it in GitHub Desktop.
VSCode config to allow for "Go To Definition" with Webpack aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"*": [ | |
"*", | |
"components/*", | |
"portal/*", | |
"platform/*" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment