I am using vscode and typescript and discovered that you just need to import the function/variable you want to reference and the link starts working:
/** * @deprecated Use {@link func} instead */ const func_deprecated = () => {}