Last active
March 22, 2021 18:45
-
-
Save kerren/b40975ed3a7f4842edef19148a1da4f0 to your computer and use it in GitHub Desktop.
[TSconfig paths example] A sample config #tsconfig #typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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