Skip to content

Instantly share code, notes, and snippets.

@koolkishan
Last active August 17, 2021 18:05
Show Gist options
  • Save koolkishan/2dca4fb81904d0eb8075c07b96200a58 to your computer and use it in GitHub Desktop.
Save koolkishan/2dca4fb81904d0eb8075c07b96200a58 to your computer and use it in GitHub Desktop.
Configuration for Absolute Imports in React. Place it in root of your react app, outside of the src folder.
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment