help-beta: Fix TypeScript module configuration.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-26 18:30:43 -08:00
committed by Anders Kaseorg
parent ba48e01064
commit 111afd3207

View File

@@ -10,6 +10,9 @@
"noUnusedParameters": true,
"strict": true,
/* Modules */
"module": "preserve",
/* Emit */
"noEmit": true,