mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-05-29 16:36:42 +08:00
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
module.exports = {
|
|
getTransformModulePath() {
|
|
return require.resolve('react-native-typescript-transformer')
|
|
},
|
|
|
|
getSourceExts() {
|
|
return ['ts', 'tsx']
|
|
},
|
|
}
|