tsconfig: Enable allowJs.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-09 17:00:29 -07:00
committed by Tim Abbott
parent 57e8c44e81
commit 1e463d1db5

View File

@@ -23,6 +23,9 @@
/* Emit */
"noEmit": true,
/* JavaScript support */
"allowJs": true,
/* Interop Constraints */
"erasableSyntaxOnly": true,
"esModuleInterop": true,