Skip to content

Instantly share code, notes, and snippets.

@nguyenit67
Created September 6, 2021 02:55
Show Gist options
  • Save nguyenit67/1f399864554ea7b5477205898e43d5af to your computer and use it in GitHub Desktop.
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
{
"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