jsdoc `@import` ignored by `deno check` but not by LSP
This code displays an error correctly in VSCode:
But running
deno check
on the same file emits no error at all.
If one now changes the code to use the more verbose @typedef
way of importing jsdoc types:
The errors appear in both VSCode and deno check
.
What am I doing wrong?0 Replies