joplin/CliClient/.babelrc

4 lines
92 B
Plaintext
Raw Normal View History

2017-06-05 22:00:02 +00:00
{
2017-06-15 21:17:56 +00:00
"presets": ["env", "react"],
"plugins": ["syntax-async-functions","transform-runtime"]
2017-06-05 22:00:02 +00:00
}