I want to import my pages, components, and containers directly like 'components/filename' OR '@components/filename' instead of specifying the path to the parent folder like '../../components/filename'
How can I achieve that in React JS or Next JS with Typescript?
