traxxx/.babelrc

9 lines
141 B
Plaintext

{
"presets": [
[
"@babel/preset-env"
]
],
"plugins": ["@babel/plugin-proposal-optional-chaining"],
}