UNPKG

245 BPlain TextView Raw
1{
2 "presets": [
3 [
4 "@babel/preset-env",
5 {
6 "targets": {
7 "node": "current"
8 }
9 }
10 ]
11 ],
12 "plugins": [
13 "@babel/plugin-proposal-object-rest-spread"
14 ],
15 "compact": true,
16 "comments": true,
17}