jsdoc `@import` ignored by `deno check` but not by LSP
This code displays an error correctly in VSCode:
But running
If one now changes the code to use the more verbose
The errors appear in both VSCode and
What am I doing wrong?
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?
