diff --git a/.babelrc b/.babelrc index 467eff5..f16d9a3 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { - "presets": ["@babel/env", "@babel/typescript"], + "presets": ["@babel/typescript"], "plugins": [] }