Skip to content

Instantly share code, notes, and snippets.

@PeterKow
Created May 22, 2018 20:10
Show Gist options
  • Save PeterKow/4eb4a09d134db7e723eee98a20ac827c to your computer and use it in GitHub Desktop.
Save PeterKow/4eb4a09d134db7e723eee98a20ac827c to your computer and use it in GitHub Desktop.
react-native-typescript-transformer configuration
module.exports = {
getTransformModulePath() {
return require.resolve('react-native-typescript-transformer');
},
getSourceExts() {
return ['ts', 'tsx'];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment