diff --git a/server/.swcrc b/server/.swcrc new file mode 100644 index 0000000..f085f90 --- /dev/null +++ b/server/.swcrc @@ -0,0 +1,19 @@ +{ + "jsc": { + "parser": { + "syntax": "typescript", + "tsx": false, + "decorators": true + }, + "transform": { + "legacyDecorator": true, + "decoratorMetadata": true + }, + "target": "es2018" + }, + "module": { + "type": "commonjs", + "noInterop": true + } + } + \ No newline at end of file