17 lines
262 B
Text
17 lines
262 B
Text
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "current"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||
|
"@babel/plugin-proposal-optional-chaining"
|
||
|
]
|
||
|
}
|