Skip to content

Instantly share code, notes, and snippets.

@seanmodd
Created August 19, 2021 19:02
Show Gist options
  • Save seanmodd/cd84567cf2d7f6096517d03cc42174f8 to your computer and use it in GitHub Desktop.
Save seanmodd/cd84567cf2d7f6096517d03cc42174f8 to your computer and use it in GitHub Desktop.
jsconfig.json file for path routes!!!
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/styles/*": ["styles/*"],
"@/config/*": ["config/*"],
"@/context/*": ["context/*"],
"@/utils/*": ["utils/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment