kino/.babelrc

7 строки
106 B
Plaintext

{
"presets": ["@babel/env"],
"plugins": [
"@babel/plugin-syntax-class-properties"
]
}