According to https://ss64.com/nt/mklink.html, junctions cannot link to files. Also, when I try this nevertheless with mklink /j junction-file target\foo.txt, the command will succeed, but the junction will be broken. However, the Robocopy docs mention:
/xjf Excludes junction points for files.
What are they referring to?