stream_settings_components: Convert module to typescript.

This commit is contained in:
evykassirer
2024-10-15 13:14:23 -07:00
committed by Tim Abbott
parent aa0af2277a
commit 86b27f09f8
2 changed files with 42 additions and 25 deletions

View File

@@ -249,7 +249,7 @@ EXEMPT_FILES = make_set(
"web/src/stream_muting.js",
"web/src/stream_popover.js",
"web/src/stream_settings_api.ts",
"web/src/stream_settings_components.js",
"web/src/stream_settings_components.ts",
"web/src/stream_settings_containers.ts",
"web/src/stream_settings_ui.js",
"web/src/stream_ui_updates.ts",