diff --git a/babel.config.js b/babel.config.js index 262791d0..9545b598 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,7 +1,3 @@ module.exports = { presets: [["@babel/preset-env", { targets: { node: "current" } }], "@babel/preset-typescript"], - plugins: [ - "@babel/plugin-proposal-nullish-coalescing-operator", - "@babel/plugin-proposal-optional-chaining", - ], }; diff --git a/package.json b/package.json index fefa1a4b..83ad3198 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "prettier": "prettier \"./src/*.{js,json,ts,xml,yaml}\" \"./src/**/*.{js,json,ts,xml,yaml}\" --ignore-path .prettierignore", "prettier:write": "npm run prettier -- --write", "test": "jest", - "test:ci": "NODE_OPTIONS=--experimental-vm-modules jest --coverage --maxWorkers=2", + "test:ci": "jest --coverage --maxWorkers=2", "tsc": "tsc" }, "version": "2.10.1"