You've already forked android-client
mirror of
https://github.com/netbirdio/android-client.git
synced 2026-05-22 17:10:49 -07:00
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
module.exports = {
|
|
getTransformModulePath() {
|
|
return require.resolve('react-native-typescript-transformer');
|
|
},
|
|
getSourceExts() {
|
|
return ['ts', 'tsx'];
|
|
},
|
|
}; |