Martin
Martin
@simonhoss I was able to fix the `Unexpected moduleResolution: node` error by using ```js const moduleResolution = compilerOptions.moduleResolution === 'node' ? ts.ModuleResolutionKind.NodeJs : ts.ModuleResolutionKind.Classic const program = ts.createProgram([filename], { ...compilerOptions,...
I found a solution and made a PR for this (on top of the changes of @simonhoss -> https://github.com/simonhoss/react-native-typescript-transformer/pull/1). If you guys can provide some feedback that would be great!
It would also be nice if the presents have unique names. In my case I used the same name for different presets and you cannot tell which is what. ![Screenshot...