diff --git a/.babelrc b/.babelrc index a2309a22..631bd610 100644 --- a/.babelrc +++ b/.babelrc @@ -2,6 +2,5 @@ "presets": ["@babel/env", "@babel/typescript"], "plugins": [ "@babel/proposal-class-properties", - "@babel/proposal-object-rest-spread" ] }