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