joyent-portal/packages/pseudo-yaml-ast/.babelrc
Sérgio Ramos 8295bd6882 chore: initial lerna setup
this shall be a progressive process
2017-05-25 10:56:50 +01:00

31 lines
472 B
Plaintext

{
"sourceMaps": "inline",
"presets": [
["env", {
"spec": true,
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
"safari >= 7"
],
"node": 6
}
}]
],
"env": {
"test": {
"presets": [
["env", {
"spec": true,
"targets": {
"node": "current"
}
}]
],
"plugins": [
"istanbul"
]
}
}
}