DEV Community

Discussion on: 10 mistakes React developers make

Collapse
 
marcushsmith profile image
Marcus Smith

The example for #4 doesn't seem to explain the concept.

// jsconfig.json
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}

import { LINKS } from 'helpers/constants';
import Button from 'components/Button/Button';

What does your directory or config look like to support this? It's a cool feature I'd like to use, but I'm not following. thx