diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:44:44 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:44:44 +0200 |
commit | 826b2c98200b0173f9e0f7516477fc200b8b7c45 (patch) | |
tree | 2f50cd7b6f54ac68be1494fa96c7b8f2e9bb66b4 /api/.swcrc | |
parent | :sparkles: added Dockerfile for bundle (diff) | |
download | server-826b2c98200b0173f9e0f7516477fc200b8b7c45.tar.xz |
:bug: fix build
Diffstat (limited to 'api/.swcrc')
-rw-r--r-- | api/.swcrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/api/.swcrc b/api/.swcrc deleted file mode 100644 index 794efbd7..00000000 --- a/api/.swcrc +++ /dev/null @@ -1,17 +0,0 @@ -{ - "module": { - "type": "commonjs" - }, - "jsc": { - "parser": { - "syntax": "typescript", - "decorators": true - }, - "target": "es2021", - "baseUrl": "./", - "paths": { - "@fosscord/api": ["src/index.ts"], - "@fosscord/api/*": ["src/*"] - } - } -} |