diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:44:44 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:44:44 +0200 |
commit | d842478d063f7425b52fd504630fe3facf3e2c5a (patch) | |
tree | e6e4644765156ad46133cef634baa87d24c34038 /util | |
parent | :sparkles: added Dockerfile for bundle (diff) | |
download | server-d842478d063f7425b52fd504630fe3facf3e2c5a.tar.xz |
:bug: fix build
Diffstat (limited to 'util')
-rw-r--r-- | util/.swcrc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/util/.swcrc b/util/.swcrc deleted file mode 100644 index a723d37f..00000000 --- a/util/.swcrc +++ /dev/null @@ -1,18 +0,0 @@ -{ - "module": { - "type": "commonjs" - }, - "jsc": { - "parser": { - "syntax": "typescript", - "decorators": true - }, - "target": "es2021", - "transform": { - "legacyDecorator": true, - "decoratorMetadata": true - }, - "keepClassNames": true, - "loose": true - } -} |