tsconfig: Enable verbatimModuleSyntax.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-13 13:41:57 -08:00
committed by Anders Kaseorg
parent e82b7641c6
commit dd3d8e1bc6

View File

@@ -26,7 +26,7 @@
/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
/* Language and Environment */
"target": "ESNext",