Skip to content

Instantly share code, notes, and snippets.

@yogeshnarayanan
Created September 14, 2018 19:19
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 yogeshnarayanan/61e3ec46520a874c5a9c1d0b5fbd071a to your computer and use it in GitHub Desktop.
Save yogeshnarayanan/61e3ec46520a874c5a9c1d0b5fbd071a to your computer and use it in GitHub Desktop.
VSCode jsconfig.json to support Absolute path navigation in React project
{
"compilerOptions": {
"baseUrl": "./src/",
"target": "es6",
"jsx": "react",
"module": "commonjs"
},
"include": ["src/**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment