mirror of https://gitee.com/antv-l7/antv-l7
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
|
module.exports = {
|
||
|
presets: [
|
||
|
'@babel/preset-env',
|
||
|
'@babel/preset-typescript',
|
||
|
],
|
||
|
};
|