wm-AllKids-tibi2023/babel.config.json

21 lines
471 B
JSON
Raw Normal View History

2023-09-17 13:24:39 +02:00
{
"sourceMaps": "inline",
"inputSourceMap": true,
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": {
"version": "3",
"proposals": true
},
"targets": ">0.5%, IE 11, not dead",
"debug": true,
"forceAllTransforms": true
}
]
],
"plugins": []
}