mathjs/.babelrc
2018-06-06 14:31:33 +02:00

6 lines
76 B
Plaintext

{
"presets": [
["env"]
],
"plugins": ["transform-object-assign"]
}