-
-
Save ktpm489/78fc0c04016f6ba78c0690e5a62494b2 to your computer and use it in GitHub Desktop.
react-native-typescript-transformer configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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