tsdjs / tsd

Check TypeScript type definitions
MIT License
2.36k stars 68 forks source link

Why does a `typingsFile` need to be specified? #195

Open RebeccaStevens opened 1 year ago

RebeccaStevens commented 1 year ago

From looking through the codebase, the typingsFile doesn't seem to be used anywhere that make it essential. tsd seems to works perfectly fine providing it with an empty file.

Could the typingsFile be made optional?

tommy-mitchell commented 11 months ago

See #196 for discussion on this.