summary refs log tree commit diff
path: root/bundle/tsconfig.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-16 13:23:50 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-16 13:38:06 +1000
commit2453c2e73d79ab4cdf6968898c41da3b8e8bfea8 (patch)
treece88244e41f98a5b4c9bc6b8850d1feabb48b643 /bundle/tsconfig.json
parentProbably broken merge from webrtc (diff)
downloadserver-ts-2453c2e73d79ab4cdf6968898c41da3b8e8bfea8.tar.xz
Add webrtc to bundle
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,