rem’s avatarrem’s Twitter Archive—№ 78,503

  1. Anyone know why VS Code picks up the type correctly only when I've got index.d.ts open, but if it's closed, it doesn't? Note that this is *not* a TypeScript project, but I use jsdoc for hints in vscode.
    oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @rem
      Solved. Add jsconfig.json to root with: { "compilerOptions": { "typeRoots": ["./index.d.ts"] } }