mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-flow"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|