summary refs log tree commit diff
path: root/bundle/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/tsconfig.json')
-rw-r--r--bundle/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle/tsconfig.json b/bundle/tsconfig.json
index 57fe10ad..1a1aa0bf 100644
--- a/bundle/tsconfig.json
+++ b/bundle/tsconfig.json
@@ -77,7 +77,8 @@
 			"@fosscord/api": ["api/src/index"],

 			"@fosscord/gateway": ["gateway/src/index"],

 			"@fosscord/cdn": ["cdn/src/index"],

-			"@fosscord/util": ["util/src/index"]

+			"@fosscord/util": ["util/src/index"],

+			"@fosscord/webrtc": ["webrtc/src/index"]

 		},

 		"plugins": [{ "transform": "@zerollup/ts-transform-paths" }],

 		"noEmitHelpers": true,