mt-polygon-simplification/compare-algorithms/.babelrc

8 lines
191 B
Plaintext
Raw Normal View History

2019-07-21 12:55:28 +02:00
{
"presets": ["@babel/preset-react"],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}