8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
|
module.exports = {
|
||
|
presets: [
|
||
|
'@babel/env',
|
||
|
'@babel/typescript',
|
||
|
'@babel/react',
|
||
|
],
|
||
|
};
|