mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-15 19:47:57 +01:00
14 lines
258 B
JSON
14 lines
258 B
JSON
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"useBuiltIns": false,
|
||
|
"targets": {
|
||
|
"esmodules": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"sourceType": "module"
|
||
|
}
|