UNPKG

344 BPlain TextView Raw
1{
2 "presets": [
3 "es2015",
4 "stage-0"
5 ],
6 "plugins": [
7 "array-includes",
8 "transform-runtime",
9 "syntax-async-functions",
10 "transform-object-rest-spread",
11 "syntax-class-properties",
12 [
13 "transform-async-to-module-method",
14 {
15 "module": "bluebird",
16 "method": "coroutine"
17 }
18 ]
19 ]
20}
\No newline at end of file