mirror of
https://github.com/Rushilwiz/house-party.git
synced 2025-04-20 11:30:17 -04:00
15 lines
217 B
JSON
15 lines
217 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "10"
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": ["@babel/plugin-proposal-class-properties"]
|
|
}
|