Last active
August 17, 2021 18:05
-
-
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.
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
Show hidden characters
{ | |
"compilerOptions": { | |
"baseUrl": "src" | |
}, | |
"include": ["src"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment