audible_notifications: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-10-10 15:44:18 -07:00
committed by Tim Abbott
parent 41c64ee8bb
commit 0006f4a90c
5 changed files with 11 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ EXEMPT_FILES = make_set(
"web/src/archive.js",
"web/src/assets.d.ts",
"web/src/attachments_ui.ts",
"web/src/audible_notifications.js",
"web/src/audible_notifications.ts",
"web/src/avatar.ts",
"web/src/billing/event_status.ts",
"web/src/billing/helpers.ts",