Created
March 23, 2018 22:26
-
-
Save mickambar19/325794ba3463f45e9e05bece8a4b8ad5 to your computer and use it in GitHub Desktop.
Navigate to definition using intellisense path and babel module resolver
This file contains hidden or 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
{ | |
// This file is required for VSCode to understand webpack aliases | |
"compilerOptions": { | |
// This must be specified if "paths" is set | |
"baseUrl": ".", | |
"paths": { | |
"*": [ | |
"*", | |
"globalComponents", | |
"styles", | |
"redux/actions", | |
"redux/reducers", | |
"utils", | |
"pages" | |
] | |
} | |
}, | |
"exclude": ["node_modules", "**/node_modules/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment