mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tsconfig: Enable composite.
This allows TypeScript to use incremental compilation by default. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
f03c56d9da
commit
1a8d8411a7
@@ -28,6 +28,9 @@
|
||||
|
||||
/* Language and Environment */
|
||||
"target": "ESNext",
|
||||
|
||||
/* Projects */
|
||||
"composite": true,
|
||||
},
|
||||
"exclude": [
|
||||
// Type stubs are not part of the top-level project.
|
||||
|
Reference in New Issue
Block a user