mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
21 lines
415 B
Plaintext
21 lines
415 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-decorators",
|
|
{
|
|
"legacy": true
|
|
}
|
|
],
|
|
"@babel/proposal-object-rest-spread",
|
|
[
|
|
"@babel/proposal-class-properties",
|
|
{
|
|
"loose": true
|
|
}
|
|
]
|
|
]
|
|
} |