Skip to content

Instantly share code, notes, and snippets.

@nirmalkar
Last active January 26, 2021 08:37
Show Gist options
  • Save nirmalkar/c023a5e624780438e2e6216ae9461118 to your computer and use it in GitHub Desktop.
Save nirmalkar/c023a5e624780438e2e6216ae9461118 to your computer and use it in GitHub Desktop.
Absolute imports in react js
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment