tsconfig: Enable erasableSyntaxOnly.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-03-16 19:19:17 -07:00
committed by Tim Abbott
parent fc735cbe9e
commit 019925f594

View File

@@ -24,6 +24,7 @@
"noEmit": true, "noEmit": true,
/* Interop Constraints */ /* Interop Constraints */
"erasableSyntaxOnly": true,
"esModuleInterop": true, "esModuleInterop": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"verbatimModuleSyntax": true, "verbatimModuleSyntax": true,