jsoneditor/.babelrc

5 lines
95 B
Plaintext
Executable File

{
"presets": ["es2015", "stage-3", "stage-2"],
"plugins": ["transform-flow-strip-types"]
}