What are your thoughts on adding the ability for this tool to support custom transformers? Details: * The `ts.transpileModule` function (used [here](https://github.com/ds300/react-native-typescript-transformer/blob/7aa16d351a14068b1dcfa95aa99edaa163686700/index.js#L210)) supports providing custom transformers as an option ([see here](https://github.com/Microsoft/TypeScript/blob/1dbe063215a17b3f56d9196592b24def1a8350f8/lib/typescript.d.ts#L5525)). * Build tools like webpack support providing custom transformers as shown here: https://github.com/dsherret/ts-nameof/blob/master/setup/webpack.md
What are your thoughts on adding the ability for this tool to support custom transformers?
Details:
ts.transpileModulefunction (used here) supports providing custom transformers as an option (see here).