tsconfig / bases

Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment
MIT License
6.41k stars 240 forks source link

Add react config #227

Open FreePhoenix888 opened 1 year ago

FreePhoenix888 commented 1 year ago

Note: existing "create-react-app" does not match these requirements. We should be able to create react library which exports hooks/components

matthewlilley commented 1 year ago

I'm also curious if there's a plan to add a sensible default for react based libraries.

orta commented 1 year ago

React isn't a runtime (next, docusaurus, gatsby are for example) so it's pretty unlikely - can you provide some examples of what you are thinking of?