mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 16:28:08 +01:00
7 lines
127 B
Text
7 lines
127 B
Text
{
|
|
"presets": ["es2015", "react"],
|
|
"plugins": [
|
|
"transform-decorators-legacy",
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|