UNPKG

177 BPlain TextView Raw
1{
2 "presets": [
3 "es2015",
4 "stage-0"
5 ],
6 "plugins": [
7 "transform-runtime"
8 ],
9 "env": {
10 "test": {
11 "plugins": [
12 "istanbul"
13 ]
14 }
15 }
16}