diff options
Diffstat (limited to 'gateway/.swcrc')
-rw-r--r-- | gateway/.swcrc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gateway/.swcrc b/gateway/.swcrc deleted file mode 100644 index e8cbb8a1..00000000 --- a/gateway/.swcrc +++ /dev/null @@ -1,16 +0,0 @@ -{ - "module": { - "type": "commonjs" - }, - "jsc": { - "parser": { - "syntax": "typescript", - "decorators": true - }, - "target": "es5", - "baseUrl": ".", - "paths": { - "@fosscord/gateway": ["src/index"] - } - } -} |