11 lines
147 B
Plaintext
Executable File
11 lines
147 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env"
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-optional-chaining"
|
|
],
|
|
}
|