summary refs log tree commit diff
path: root/gateway/tsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 23:34:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 23:34:54 +0200
commitcdbb54bb3c5915556cd69b44a9eaef49c3d19d50 (patch)
treecf4ceb6f2cb52e285c6e3c2c7c173104ebe6c0cc /gateway/tsconfig.json
parentMerge branch 'master' into unittests (diff)
downloadserver-ts-cdbb54bb3c5915556cd69b44a9eaef49c3d19d50.tar.xz
:art: rewrite imports
Diffstat (limited to 'gateway/tsconfig.json')
-rw-r--r--gateway/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/tsconfig.json b/gateway/tsconfig.json

index c50bd77a..dd066383 100644 --- a/gateway/tsconfig.json +++ b/gateway/tsconfig.json
@@ -70,6 +70,7 @@ "resolveJsonModule": true, "baseUrl": ".", "paths": { + "@fosscord/gateway": ["src/index"], "@fosscord/gateway/*": ["src/*"], "@fosscord/util/*": ["../util/src/*"] },