Skip to content

Instantly share code, notes, and snippets.

@samelm
Created July 29, 2019 12:17
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 samelm/871013f0020158808b0122f38cbdd431 to your computer and use it in GitHub Desktop.
Save samelm/871013f0020158808b0122f38cbdd431 to your computer and use it in GitHub Desktop.
VSCode Webpack aliases
{
"compilerOptions": {
"baseUrl": ".",
"jsx": "react",
"paths": {
"Pages/*": ["./src/pages/*"],
"Components/*": ["./src/components/*"],
"Utils/*": ["./src/utils/*"],
"Services/*": ["./src/services/*"]
}
},
"exclude": ["node_modules", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment