pdf-to-markdown/.babelrc

4 lines
74 B
Plaintext
Raw Normal View History

2016-11-11 19:47:20 +01:00
{
"presets": ["es2015", "stage-0"],
"plugins": ["transform-runtime"]
}