1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
Files
nttgin-BGPalerter/.babelrc

8 lines
156 B
Plaintext
Raw Normal View History

2019-06-28 03:46:48 +02:00
{
"presets": ["env"],
"plugins": [
"transform-class-properties",
"transform-async-to-generator",
"transform-object-rest-spread"
]
2019-06-14 18:04:20 +02:00
}