mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
{
|
|
"presets": ["es2015"],
|
|
"plugins": [
|
|
["transform-async-to-module-method", {
|
|
"module": "bluebird",
|
|
"method": "coroutine"
|
|
}]
|
|
]
|
|
}
|