UNPKG

347 BPlain TextView Raw
1{
2 "presets": [
3 "stage-1",
4 "flow",
5 ["env", {
6 "targets": { "node": "current" },
7 "modules": "commonjs",
8 "useBuiltIns": true,
9 "debug": false
10 }]
11 ],
12 "plugins": [
13 ["transform-class-properties", { "spec": true }],
14 "transform-runtime",
15 "transform-decorators-legacy"
16 ],
17 "sourceMaps": "inline"
18}