summary refs log tree commit diff
path: root/webrtc
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-07 18:22:15 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-07 18:22:15 +0200
commit29516da90fcd25ced52a0cf3572eb2aa5e77e566 (patch)
treea46ba02f4514e10975766278f2efc4ca8f537545 /webrtc
parent:bug: fix swc config (diff)
parent:bug: fix types + swcrc configs (diff)
downloadserver-29516da90fcd25ced52a0cf3572eb2aa5e77e566.tar.xz
Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1
Diffstat (limited to 'webrtc')
-rw-r--r--webrtc/.swcrc19
1 files changed, 11 insertions, 8 deletions
diff --git a/webrtc/.swcrc b/webrtc/.swcrc

index f04801b8..9a89b49d 100644 --- a/webrtc/.swcrc +++ b/webrtc/.swcrc
@@ -1,9 +1,12 @@ { - "jsc": { - "parser": { - "syntax": "typescript", - "decorators": true - }, - "target": "es2021" - } -} \ No newline at end of file + "module": { + "type": "commonjs" + }, + "jsc": { + "parser": { + "syntax": "typescript", + "decorators": true + }, + "target": "es2021" + } +}