diff options
Diffstat (limited to 'gateway/tsconfig.json')
-rw-r--r-- | gateway/tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gateway/tsconfig.json b/gateway/tsconfig.json index 2530aa41..dd066383 100644 --- a/gateway/tsconfig.json +++ b/gateway/tsconfig.json @@ -70,8 +70,10 @@ "resolveJsonModule": true, "baseUrl": ".", "paths": { + "@fosscord/gateway": ["src/index"], "@fosscord/gateway/*": ["src/*"], "@fosscord/util/*": ["../util/src/*"] - } + }, + "plugins": [{ "transform": "@zerollup/ts-transform-paths" }] } } |