-
Is there a way to have a single (or "main") jsdoc file that vscode picks up, ala typescript type files? (and no, I don't want to add typescript to the project).
-
hmm, it looks like I can add
types.d.jswith jsdoc types, and in jsconfig.json I add the file to theincludeproperty and magically it works. I really must write a blog post on this stuff!