Reactjs – jsconfig.json issues with path
I am trying to set up aliases for my react CRA project. I had this in my jsconfig.json "compilerOptions": { "module": "CommonJS", "target": "ES6", "baseUrl": "src", "paths": { "*": [ "src/*" ] } }, "include": [ "src" ], "exclude": […