Answers for "react js Module not found: Can't resolve 'folder' in 'src'"

0

react js Module not found: Can't resolve 'folder' in 'src'

// create a jsconfig.json file in your root dir(where package.json is located) and add this:
{
  "compilerOptions": {
    "baseUrl": "src"
  }
}
Posted by: Guest on July-16-2021

Code answers related to "react js Module not found: Can't resolve 'folder' in 'src'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language