seek-oss / playroom

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

fix: Parse tsconfig #242

Closed AndrewLeedham closed 2 years ago

AndrewLeedham commented 2 years ago

fixes: #241

Fully parses found tsconfig so things like extends are resolved by the TypeScript API. This is the same way react-docgen-typescript does things when using withCustomConfig instead of withCompilerOptions.