mt-polygon-simplification/benchmarking/.babelrc

5 lines
101 B
Plaintext
Raw Normal View History

2019-07-14 20:37:26 +02:00
{
2019-08-07 03:28:32 +02:00
"presets": ["@babel/preset-react"],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}