Skip to content

Instantly share code, notes, and snippets.

@kerren
Last active March 22, 2021 18:45
Show Gist options
  • Save kerren/b40975ed3a7f4842edef19148a1da4f0 to your computer and use it in GitHub Desktop.
Save kerren/b40975ed3a7f4842edef19148a1da4f0 to your computer and use it in GitHub Desktop.
[TSconfig paths example] A sample config #tsconfig #typescript
{
"compiler": {
"paths": {
"@config": ["src/config"],
"@logger": ["src/modules/shared/logger/logger.service"],
"@modules/*": ["src/modules/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment