Created
September 6, 2021 02:55
-
-
Save nguyenit67/1f399864554ea7b5477205898e43d5af to your computer and use it in GitHub Desktop.
Fix issue weird path when import package from node_modules for jsconfig.json in React App
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": { | |
"module": "es6", | |
"target": "es6", | |
"baseUrl": "src", | |
"moduleResolution": "node" | |
}, | |
"include": ["src/**/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment