jsoneditor/.babelrc

5 lines
84 B
Plaintext
Executable File

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