rem’s avatarrem’s Twitter Archive—№ 75,833

  1. 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).
    1. …in reply to @rem
      hmm, it looks like I can add types.d.js with jsdoc types, and in jsconfig.json I add the file to the include property and magically it works. I really must write a blog post on this stuff!