jsketcher/.babelrc
2020-05-06 23:46:57 -07:00

10 lines
313 B
Text

{
"presets": ["@babel/typescript", "@babel/env", "@babel/react", "@babel/flow"],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/proposal-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining"
]
}