I exactly had this issue, but my solution was different: i just the import type to import:
import type
import
import { type UserRoleDeleteDto } from "../dtos/user-role-delete.dto";
to this:
import { UserRoleDeleteDto } from "../dtos/user-role-delete.dto";