UNPKG

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