mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-03 05:24:29 +00:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
{
|
|
"presets": ["es2015", "react"],
|
|
"plugins": [
|
|
"transform-decorators-legacy",
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|