diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 19:33:51 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 19:33:51 +1100 |
commit | 5ededaf2893425f976f609d3c5aec68f1f964451 (patch) | |
tree | bca08b39c7a5b7c569e759dcee0c9b96c2351043 /tsconfig.json | |
parent | Remove unneeded comments (diff) | |
download | server-5ededaf2893425f976f609d3c5aec68f1f964451.tar.xz |
Remove fluent-ffmpeg dep. TODO: Merge puyo's PR
Diffstat (limited to '')
-rw-r--r-- | tsconfig.json | 2 |
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 */ |