Skip to content

Instantly share code, notes, and snippets.

@Falconiere
Created March 8, 2020 01:10
Show Gist options
  • Save Falconiere/364fa4c7539d6de8b1045382be01648f to your computer and use it in GitHub Desktop.
Save Falconiere/364fa4c7539d6de8b1045382be01648f to your computer and use it in GitHub Desktop.
My jsconfig.json for build the paths of aliases in react-native
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["src/*"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment