I want to use absolute imports in Typescript so I can do something like this:
import something from "utils/subdir";
instead of