Skip to content

Instantly share code, notes, and snippets.

@orodrigogo
Created September 21, 2022 23:58
Show Gist options
  • Save orodrigogo/e9725ee45c516696ccf7f8a92ea5aed7 to your computer and use it in GitHub Desktop.
Save orodrigogo/e9725ee45c516696ccf7f8a92ea5aed7 to your computer and use it in GitHub Desktop.
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": "./",
"paths": {
"@dtos/*": [
"src/dtos/*"
],
"@assets/*": [
"./src/assets/*"
],
"@components/*": [
"./src/components/*"
],
"@screens/*": [
"./src/screens/*"
],
"@storage/*": [
"./src/storage/*"
],
"@utils/*": [
"./src/utils/*"
],
"@services/*": [
"./src/services/*"
],
"@hooks/*": [
"./src/hooks/*"
],
"@contexts/*": [
"./src/contexts/*"
],
"@routes/*": [
"./src/routes/*"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment