traxxx/.babelrc

9 lines
140 B
Plaintext

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