I got this working doing two seemingly innocuous things:
import { Multer } from 'multer';
import multer from 'multer';
All of the sudden the backend controller breakpoint was hit successfully and I was able to go from there.