summary refs log tree commit diff
path: root/gateway/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/tsconfig.json')
-rw-r--r--gateway/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/gateway/tsconfig.json b/gateway/tsconfig.json

index cc694102..e1508f89 100644 --- a/gateway/tsconfig.json +++ b/gateway/tsconfig.json
@@ -77,8 +77,8 @@ "baseUrl": ".", "paths": { "@fosscord/gateway": ["src/index.ts"], - "@fosscord/util": ["../util/src/index"], - "@fosscord/webrtc": ["../webrtc/src/index"] + "@fosscord/util": ["../util/src/index"] + // "@fosscord/webrtc": ["../webrtc/src/index"] }, "plugins": [{ "transform": "@zerollup/ts-transform-paths" }] }