mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
tsconfig: Enable allowJs.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
57e8c44e81
commit
1e463d1db5
@@ -23,6 +23,9 @@
|
|||||||
/* Emit */
|
/* Emit */
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
|
|
||||||
|
/* JavaScript support */
|
||||||
|
"allowJs": true,
|
||||||
|
|
||||||
/* Interop Constraints */
|
/* Interop Constraints */
|
||||||
"erasableSyntaxOnly": true,
|
"erasableSyntaxOnly": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
Reference in New Issue
Block a user