While I'd like to see first-class support for this as well, unfortunately tsconfig paths and resolve.alias are not a one-to-one behaviour. tsconfig paths are a lot more lenient and involves multiple resolves / filesystem access to match the resolved path resolve.alias is stricter where the...