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 | 37687dc8bdc1a0dfaffc846afa56227d9f929c26 (patch) | |
tree | b867113c6775962f3ba9421669c3a634f3f250bb /tsconfig.json | |
parent | Remove unneeded comments (diff) | |
download | server-37687dc8bdc1a0dfaffc846afa56227d9f929c26.tar.xz |
Remove fluent-ffmpeg dep. TODO: Merge puyo's PR
Diffstat (limited to 'tsconfig.json')
-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 */ |