mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"module:babel-plugin-macros",
|
|
"@babel/plugin-transform-optional-chaining"
|
|
]
|
|
}
|