LeagueStats/server/.babelrc

8 lines
104 B
Text
Raw Permalink Normal View History

2019-08-24 11:56:44 +00:00
{
"presets": [
"@babel/preset-env"
2019-08-31 14:26:48 +00:00
],
"plugins": [
"@babel/plugin-transform-runtime"
2019-08-24 11:56:44 +00:00
]
}