diff --git a/.babelrc2 b/.babelrc2 deleted file mode 100644 index 07ffb58..0000000 --- a/.babelrc2 +++ /dev/null @@ -1,30 +0,0 @@ -{ - "presets": [ - [ - "@babel/preset-env", - { - "targets": { - "node": "current" - } - } - ], - "@babel/typescript", - "@babel/react" - ], - "plugins": [ - "@babel/plugin-transform-flow-strip-types", - ["@babel/plugin-proposal-decorators", { "legacy": true }], - "@babel/plugin-proposal-function-sent", - "@babel/plugin-proposal-export-namespace-from", - "@babel/plugin-proposal-numeric-separator", - "@babel/plugin-proposal-throw-expressions", - ["@babel/plugin-proposal-class-properties", { "loose": true }], - ["@babel/plugin-proposal-private-methods", { "loose": true }], - ["@babel/plugin-proposal-private-property-in-object", { "loose": true }], - "@babel/proposal-object-rest-spread", - "@babel/transform-react-constant-elements", - "@babel/transform-react-inline-elements", - "transform-react-remove-prop-types", - "transform-react-pure-class-to-function" - ] -} diff --git a/.flowconfig b/.flowconfig deleted file mode 100644 index 4a58bdc..0000000 --- a/.flowconfig +++ /dev/null @@ -1,7 +0,0 @@ -[ignore] - -[include] - -[libs] - -[options]