dominikg / tsconfck

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

fix: prevent deadlock with cache #157

Closed dominikg closed 6 months ago

dominikg commented 7 months ago

fix #154

This PR only adds a failing test sample for now, still unclear how to prevent this without reducing cache usage

dominikg commented 6 months ago

contained in #165