github-release-notes/.babelrc

10 строки
194 B
Plaintext
Исходник Обычный вид История

{
2017-10-16 01:38:16 +03:00
"presets": ["es2015", "es2017"],
2017-10-16 03:45:59 +03:00
"plugins": ["transform-runtime", "transform-object-rest-spread"],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}