diff --git a/babel.config.json b/babel.config.json index 5f611ff..3e7174a 100644 --- a/babel.config.json +++ b/babel.config.json @@ -2,8 +2,5 @@ "presets": [ "@babel/preset-env", "@babel/preset-typescript" - ], - "plugins": [ - "@babel/plugin-proposal-class-properties" ] } \ No newline at end of file diff --git a/package.json b/package.json index 99284cf..51bba42 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "typescript-eslint": "^7.17.0", "@babel/cli": "^7.24.8", "@babel/core": "^7.24.9", - "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.24.8", "@babel/preset-typescript": "^7.24.7" },