Module Muddle
So lets say you’re creating a Sidebar component and you put it in /src/components/sidebar/index.tsx. Then you want to use it somewhere, but you don’t want some ugly relative path like import Sidebar from '../../components/sidebar. You consider using old-school @ path aliases, but they always felt kinda hacky, so you think instead you can use subpath imports in your package.json. Something like...