summary refs log tree commit diff
path: root/gateway/.swcrc
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-10-06 18:20:22 +0200
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-10-06 18:20:22 +0200
commit72af8dc71987fa41bd35c3949238ebf863159817 (patch)
treec3a4b1eac79ef2240bc7700fdbcca1c57ee0ba56 /gateway/.swcrc
parent:arrow_up: update packages (diff)
downloadserver-72af8dc71987fa41bd35c3949238ebf863159817.tar.xz
Compiler test
Diffstat (limited to 'gateway/.swcrc')
-rw-r--r--gateway/.swcrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/gateway/.swcrc b/gateway/.swcrc
new file mode 100644
index 00000000..f04801b8
--- /dev/null
+++ b/gateway/.swcrc
@@ -0,0 +1,9 @@
+{
+    "jsc": {
+        "parser": {
+            "syntax": "typescript",
+            "decorators": true
+        },
+        "target": "es2021"
+    }
+}
\ No newline at end of file