cli icon indicating copy to clipboard operation
cli copied to clipboard

Add support for `react-native.config.ts`

Open szymonrybczak opened this issue 7 months ago • 1 comments

Describe the Feature

It would be nice to support TypeScript version in react-native.config, I have no idea if there are any tools that have hardcoded path to react-native.config.js, so I have no idea if that would be a potential breaking change.

szymonrybczak avatar Jan 08 '24 23:01 szymonrybczak

could be viable to copy what rspack is doing: https://www.rspack.dev/config.html#type-checking

jbroma avatar Jan 09 '24 14:01 jbroma