mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
12 lines
132 B
Text
12 lines
132 B
Text
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|