UNPKG

181 BPlain TextView Raw
1{
2 "presets": [
3 [
4 "@babel/env",
5 {
6 "modules": "commonjs",
7 "targets": {
8 "node": "current"
9 }
10 }
11 ],
12 "@babel/react"
13 ]
14}