Created
March 8, 2020 01:10
-
-
Save Falconiere/364fa4c7539d6de8b1045382be01648f to your computer and use it in GitHub Desktop.
My jsconfig.json for build the paths of aliases in react-native
This file contains hidden or 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
{ | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"*": ["src/*"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment