mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
9 lines
154 B
Text
9 lines
154 B
Text
{
|
|
"presets": ["es2015"],
|
|
"plugins": [
|
|
["transform-async-to-module-method", {
|
|
"module": "bluebird",
|
|
"method": "coroutine"
|
|
}]
|
|
]
|
|
}
|