tsdjs / tsd

Check TypeScript type definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does a `typingsFile` need to be specified?

RebeccaStevens opened this issue · comments

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?

commented

See #196 for discussion on this.