mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"useBuiltIns": false,
|
|
"targets": {
|
|
"esmodules": true
|
|
}
|
|
},
|
|
"@babel/preset-typescript"
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties"
|
|
],
|
|
"sourceType": "module"
|
|
}
|