1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-03-17 01:51:17 +00:00
hedgedoc/.babelrc

9 lines
80 B
Text
Raw Normal View History

2016-12-24 03:10:18 +00:00
{
"presets": [
"es2015"
],
"plugins": [
"transform-runtime"
]
}