summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-17 19:33:51 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-17 19:33:51 +1100
commit5ededaf2893425f976f609d3c5aec68f1f964451 (patch)
treebca08b39c7a5b7c569e759dcee0c9b96c2351043 /tsconfig.json
parentRemove unneeded comments (diff)
downloadserver-5ededaf2893425f976f609d3c5aec68f1f964451.tar.xz
Remove fluent-ffmpeg dep. TODO: Merge puyo's PR
Diffstat (limited to '')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 48187ced..cecccc55 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,5 @@
 {
-	"exclude": ["./src/webrtc", "./src-slowcord"],
+	"exclude": ["./src/webrtc"],
 	"include": ["./src"],
 	"compilerOptions": {
 		/* Visit https://aka.ms/tsconfig to read more about this file */