Skip to content

Instantly share code, notes, and snippets.

@mickambar19
Created March 23, 2018 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mickambar19/325794ba3463f45e9e05bece8a4b8ad5 to your computer and use it in GitHub Desktop.
Save mickambar19/325794ba3463f45e9e05bece8a4b8ad5 to your computer and use it in GitHub Desktop.
Navigate to definition using intellisense path and babel module resolver
{
// 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