cudr_slate-collaborative/packages/backend/.babelrc

10 lines
248 B
Plaintext
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
2019-10-28 06:28:37 +00:00
"presets": ["@babel/preset-env", "@babel/typescript"],
2019-10-05 08:44:49 +00:00
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining"
2019-10-05 08:44:49 +00:00
]
}