UNPKG

189 BPlain TextView Raw
1{
2 "plugins": [
3 ["@babel/plugin-proposal-class-properties"],
4 ["@babel/transform-runtime"]
5 ],
6 "presets": [ ["@babel/preset-env", {
7 "targets": {
8 "node": 8
9 }
10 }]]
11}
\No newline at end of file