UNPKG

177 BPlain TextView Raw
1{
2 "presets": [
3 ["env", {
4 "targets": { "node": 6 }
5 }]
6 ],
7 "plugins": ["add-module-exports"],
8 "env": {
9 "test": {
10 "plugins": ["istanbul"]
11 }
12 }
13}
\No newline at end of file