sindresorhus / electron-dl

Simplified file downloads for your Electron app
MIT License
1.15k stars 138 forks source link

Enable TSD again #139

Closed mquevill closed 3 years ago

mquevill commented 3 years ago

Running npx tsd with 0.11.0 raises

  node_modules/electron/electron.d.ts:1657:30
  ✖  1657:30  Cannot extend an interface NodeJS.EventEmitter. Did you mean implements?  
  ✖  2994:30  Cannot extend an interface NodeJS.EventEmitter. Did you mean implements? 
  ...
  18 errors

but upgrading to 0.17.0 fixes these problems, and runs with no errors/warnings.

Not sure what the original Electron issue was that was preventing TSD running, but it seems to work properly now.