UNPKG

175 BPlain TextView Raw
1{
2 "presets": ["es2015"],
3 "plugins": [
4 "add-module-exports",
5 "transform-object-rest-spread"
6 ],
7 "env": {
8 "test": {
9 "plugins": ["istanbul"]
10 }
11 }
12}