ifms-pti/server/.babelrc

5 lines
72 B
Plaintext
Raw Normal View History

2020-11-06 13:31:28 +00:00
{
"presets": ["env"],
"plugins": ["transform-object-rest-spread"]
}