12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env"
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-transform-optional-chaining",
|
||
|
"@babel/plugin-syntax-import-attributes"
|
||
|
],
|
||
|
}
|