traxxx-common/.babelrc

12 lines
191 B
Plaintext
Raw Normal View History

2024-10-22 00:09:18 +00:00
{
"presets": [
[
"@babel/preset-env"
]
],
"plugins": [
"@babel/plugin-transform-optional-chaining",
"@babel/plugin-syntax-import-attributes"
],
}