nhl-stats
Version:
Wrapper for public NHL stats API
15 lines (14 loc) • 403 B
Plain Text
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-arrow-functions",
"@babel/plugin-transform-destructuring",
"@babel/plugin-transform-shorthand-properties",
"@babel/plugin-transform-parameters",
"@babel/plugin-transform-spread",
"@babel/plugin-transform-template-literals",
"@babel/plugin-proposal-export-default-from"
]
}