seek-oss / playroom

Design with JSX, powered by your own component library.
MIT License
4.45k stars 183 forks source link

fix: prevent exception on start when no TS config is found #248

Closed pascalduez closed 2 years ago

pascalduez commented 2 years ago

This PR should fix #247

undefined is passed to path.dirname, on projects with no TS config file.

danchristian commented 2 years ago

Can this get merged? Otherwise 0.27.7 is unusable.

artmsilva commented 2 years ago

Bumping this. We would like to use the latest version however are blocked due to this bug.

michaeltaranto commented 2 years ago

Apologies for taking so long to look at it. Thank for this!