dominikg / tsconfck

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

fix(parse): another fix for deep parsing extends #153

Closed dominikg closed 7 months ago

dominikg commented 8 months ago

should fix https://github.com/sveltejs/svelte/issues/10034

see https://github.com/sveltejs/svelte/issues/10034#issuecomment-1891293563

Note i was not able to reproduce the issue on linux, @gtm-nayan was able to on sveltekit in WSL.

Would prefer a clean reproduction and extra fixtures/ a test to accompany this. otoh this change is very small and leads to few extra if checks.