Hey all :wave: I noticed the <TSXSourceField> and ...
# general
a
Hey all 👋 I noticed the TSXSourceField and TSXTestSourceField extends the Typescript source fields, so iiuc, whenever we use the typescript source fields, we're also bringing in the tsx files, e.g. when testing, linting, etc. Is this the intended behavior? I'm just curious about the rationale behind this decision, is it to re-use the typescript goals impl so that we don't need to implement everything again for tsx?