mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
13 lines
132 B
Plaintext
13 lines
132 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"es2015",
|
||
|
"react",
|
||
|
"stage-0"
|
||
|
],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"transform-decorators-legacy"
|
||
|
]
|
||
|
]
|
||
|
}
|