summary refs log tree commit diff
path: root/rtc/.swcrc
diff options
context:
space:
mode:
Diffstat (limited to 'rtc/.swcrc')
-rw-r--r--rtc/.swcrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/rtc/.swcrc b/rtc/.swcrc
new file mode 100644
index 00000000..f04801b8
--- /dev/null
+++ b/rtc/.swcrc
@@ -0,0 +1,9 @@
+{
+    "jsc": {
+        "parser": {
+            "syntax": "typescript",
+            "decorators": true
+        },
+        "target": "es2021"
+    }
+}
\ No newline at end of file