Skip to content

Instantly share code, notes, and snippets.

@ktpm489
Forked from PeterKow/rn-cli.config.js
Created May 29, 2018 15:31
Show Gist options
  • Select an option

  • Save ktpm489/78fc0c04016f6ba78c0690e5a62494b2 to your computer and use it in GitHub Desktop.

Select an option

Save ktpm489/78fc0c04016f6ba78c0690e5a62494b2 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