dominikg / tsconfck

A utility to find and parse tsconfig files without depending on typescript
Other
290 stars 14 forks source link

chore: proper update of dts-buddy that avoids hiding types #193

Closed dominikg closed 1 week ago

dominikg commented 3 weeks ago

cc @dummdidumm, is the export of index.js from public.d.ts the best way to tell dts-buddy to use both public.d.ts and index.js defined types for the output index.d.ts ?

dummdidumm commented 2 weeks ago

Yes - in general, you gotta have some way to tell the crawler which types to expose