Setting tsconfig alias paths
Introduction
When importing certain components or files, the deeper the path goes, the longer the relative path can be, depending on the location of the file you want to import.
// e.g. sample
import deep from '../../../../../../../A/B/C/file.js';
/...
unpacker.hashnode.dev3 min read