mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
{
|
||
|
"presets": ["@babel/env", "@babel/typescript"],
|
||
|
"plugins": [
|
||
|
"@babel/proposal-class-properties",
|
||
|
|
||
|
"@babel/proposal-object-rest-spread"
|
||
|
]
|
||
|
}
|