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