osrm-backend/.babelrc
Daniel Patterson 560d8ffec0 Restructure API docs so that they can be formatted with Docbox. (#3355)
Generate Docbox browseable HTML with `npm run build-api-docs`
2016-11-30 19:38:53 -08:00

8 lines
80 B
Plaintext

{
"presets": [
"stage-0",
"es2015",
"react"
]
}