1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00
joplin/spa_client/.babelrc

13 lines
132 B
Plaintext
Raw Normal View History

2016-12-23 19:47:38 +02:00
{
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": [
[
"transform-decorators-legacy"
]
]
}