Skip to content

Instantly share code, notes, and snippets.

@brokenmold
Last active July 1, 2022 21:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brokenmold/f10b36489a10df41d050a06ef578c727 to your computer and use it in GitHub Desktop.
Save brokenmold/f10b36489a10df41d050a06ef578c727 to your computer and use it in GitHub Desktop.
Absolute Imports and Module Path Aliases
// tsconfig.json or jsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"components/*": ["./pages/components/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment