templates: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-27 13:16:39 -08:00
committed by Tim Abbott
parent 19f5ea8832
commit cf7e420847
6 changed files with 48 additions and 25 deletions

View File

@@ -167,7 +167,7 @@ const config = (
ignoreHelpers: true,
// Tell webpack not to explicitly require these.
knownHelpers: [
// The ones below are defined in web/src/templates.js
// The ones below are defined in web/src/templates.ts
"eq",
"and",
"or",