Last active
January 26, 2021 08:37
-
-
Save nirmalkar/c023a5e624780438e2e6216ae9461118 to your computer and use it in GitHub Desktop.
Absolute imports in react js
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