diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-07 18:22:15 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-07 18:22:15 +0200 |
commit | 29516da90fcd25ced52a0cf3572eb2aa5e77e566 (patch) | |
tree | a46ba02f4514e10975766278f2efc4ca8f537545 /cdn | |
parent | :bug: fix swc config (diff) | |
parent | :bug: fix types + swcrc configs (diff) | |
download | server-29516da90fcd25ced52a0cf3572eb2aa5e77e566.tar.xz |
Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1
Diffstat (limited to 'cdn')
-rw-r--r-- | cdn/.swcrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cdn/.swcrc b/cdn/.swcrc index 8e753640..ab531194 100644 --- a/cdn/.swcrc +++ b/cdn/.swcrc @@ -1,4 +1,7 @@ { + "module": { + "type": "commonjs" + }, "jsc": { "parser": { "syntax": "typescript", |