Skip to content

Instantly share code, notes, and snippets.

@johhansantana
Created December 4, 2023 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johhansantana/d27ae2d59e373c1a922e58e8e2589850 to your computer and use it in GitHub Desktop.
Save johhansantana/d27ae2d59e373c1a922e58e8e2589850 to your computer and use it in GitHub Desktop.
add alias to webstorm using jsconfig.json for example, react-native-web
{
"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