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
commit37687dc8bdc1a0dfaffc846afa56227d9f929c26 (patch)
treeb867113c6775962f3ba9421669c3a634f3f250bb /tsconfig.json
parentRemove unneeded comments (diff)
downloadserver-37687dc8bdc1a0dfaffc846afa56227d9f929c26.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 */