diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-10-06 18:20:22 +0200 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-10-06 18:20:22 +0200 |
commit | 72af8dc71987fa41bd35c3949238ebf863159817 (patch) | |
tree | c3a4b1eac79ef2240bc7700fdbcca1c57ee0ba56 /cdn/.swcrc | |
parent | :arrow_up: update packages (diff) | |
download | server-72af8dc71987fa41bd35c3949238ebf863159817.tar.xz |
Compiler test
Diffstat (limited to 'cdn/.swcrc')
-rw-r--r-- | cdn/.swcrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cdn/.swcrc b/cdn/.swcrc new file mode 100644 index 00000000..f04801b8 --- /dev/null +++ b/cdn/.swcrc @@ -0,0 +1,9 @@ +{ + "jsc": { + "parser": { + "syntax": "typescript", + "decorators": true + }, + "target": "es2021" + } +} \ No newline at end of file |