mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
{
|
|
"presets": ["es2015", "react"],
|
|
"plugins": [
|
|
"transform-decorators-legacy",
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|