Skip to content

Instantly share code, notes, and snippets.

@abzeede
Created August 7, 2019 07:50
Show Gist options
  • Select an option

  • Save abzeede/6e85585db467fa91a6d68827576d623a to your computer and use it in GitHub Desktop.

Select an option

Save abzeede/6e85585db467fa91a6d68827576d623a to your computer and use it in GitHub Desktop.
setup vscode for relative path goto
{
// This file is required for VSCode to understand webpack aliases
"compilerOptions": {
// This must be specified if "paths" is set
"baseUrl": ".",
// Relative to "baseUrl"
"paths": {
"@/*": ["./src/*"],
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment