{ "presets": [ "@babel/env", "@babel/preset-react", "@babel/preset-typescript" ], "plugins": [ "@babel/plugin-syntax-dynamic-import", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-nullish-coalescing-operator", [ "@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true } ], [ "babel-plugin-transform-builtin-extend", { "globals": [ "Error", "Array" ] } ] ] }