diff options
Diffstat (limited to 'gateway/tsconfig.json')
-rw-r--r-- | gateway/tsconfig.json | 1 |
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/*"] }, |