mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tsconfig: Enable verbatimModuleSyntax.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e82b7641c6
commit
dd3d8e1bc6
@@ -26,7 +26,7 @@
|
||||
/* Interop Constraints */
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
|
||||
/* Language and Environment */
|
||||
"target": "ESNext",
|
||||
|
Reference in New Issue
Block a user