I would like to use absolute path aliases but couldn't figure out how to set it up with this project I would like a path like this: ```import { formatNumber } from "../../../utils"``` be like this: ```import { formatNumber } from "@utils"```