mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
15 lines
278 B
Text
15 lines
278 B
Text
{
|
|
"presets": [
|
|
"@babel/typescript",
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread",
|
|
"@babel/proposal-optional-chaining"
|
|
]
|
|
}
|