UNPKG

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