cudr_slate-collaborative/packages/client/.babelrc

8 lines
170 B
Plaintext
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
"presets": ["@babel/env", "@babel/react", "@babel/typescript"],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
}