desktop_integration: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-25 16:38:15 -08:00
committed by Tim Abbott
parent c4c1edfa6e
commit c1cd21d8d1
4 changed files with 29 additions and 17 deletions

View File

@@ -93,7 +93,7 @@ EXEMPT_FILES = make_set(
"web/src/debug.ts",
"web/src/demo_organizations_ui.ts",
"web/src/deprecated_feature_notice.ts",
"web/src/desktop_integration.js",
"web/src/desktop_integration.ts",
"web/src/desktop_notifications.ts",
"web/src/dialog_widget.ts",
"web/src/drafts.ts",