burnchart/.babelrc

8 lines
64 B
Plaintext
Raw Normal View History

2016-01-12 14:55:48 +01:00
{
2016-06-08 15:05:07 -04:00
"presets": [
"react",
"es2015",
"stage-0"
]
2016-01-12 14:55:48 +01:00
}