mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/typescript"],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread"
|
|
]
|
|
}
|