Created
December 4, 2023 16:53
-
-
Save johhansantana/d27ae2d59e373c1a922e58e8e2589850 to your computer and use it in GitHub Desktop.
add alias to webstorm using jsconfig.json for example, react-native-web
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
{ | |
"compilerOptions": { | |
"baseUrl": ".", | |
"paths": { | |
"react-native": ["node_modules/react-native-web"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment