cudr_slate-collaborative/.babelrc
2022-02-17 16:22:05 -05:00

10 lines
241 B
Plaintext

{
"presets": ["@babel/env", "@babel/typescript"],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-transform-runtime"
]
}