mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@babel/preset-typescript',
|
|
'@babel/preset-react',
|
|
['@babel/preset-env', { targets: { node: '14' } }],
|
|
],
|
|
};
|