dominikg / tsconfck

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

fix(findAll): ignore inaccessible directory error on windows #96

Closed Vap0r1ze closed 1 year ago

Vap0r1ze commented 1 year ago

see #51 which handles EACCES, but on windows the error code can be EPERM as well.

dominikg commented 1 year ago

thank you! I have edited your description a bit to help with the release/changelog flow.