Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created February 2, 2020 20:10
Show Gist options
  • Save NyaGarcia/ade96c5952389bce94545833c8d62575 to your computer and use it in GitHub Desktop.
Save NyaGarcia/ade96c5952389bce94545833c8d62575 to your computer and use it in GitHub Desktop.
ts-paths configuration
{
"compilerOptions": {
...
"baseUrl": "src",
"paths": {
"@models/*": ["models/*"],
"@shared": ["shared/*"]
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment