diff --git a/.swcrc b/.swcrc deleted file mode 100644 index c656cc0..0000000 --- a/.swcrc +++ /dev/null @@ -1,30 +0,0 @@ -{ - "sourceMaps": false, - "module": { - "type": "commonjs", - "strictMode": true, - "noInterop": false - }, - "jsc": { - "externalHelpers": false, - "target": "esnext", - "parser": { - "syntax": "typescript", - "tsx": true, - "decorators": true, - "dynamicImport": true - }, - "transform": { - "legacyDecorator": true, - "decoratorMetadata": true, - "react": { - "throwIfNamespace": false, - "useBuiltins": false, - "pragma": "React.createElement", - "pragmaFrag": "React.Fragment", - "importSource": "react" - } - }, - "keepClassNames": true - } -}