Now that Node, Bun, and Deno can run TS files directly without compilation,...
Now that Node, Bun, and Deno can run TS files directly without compilation, using JSDoc syntax to declare TypeScript types is even harder to justify.
JSDoc syntax is more verbose, lacks full feature support, and is harder to read.
Look at this comparison. Easy choice.

Is your team is still using JSDoc syntax for TypeScript?
If so, why?