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:
Anders Kaseorg
2024-06-09 11:08:44 -07:00
committed by Anders Kaseorg
parent f03c56d9da
commit 1a8d8411a7
4 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,9 @@
/* Language and Environment */
"target": "ESNext",
/* Projects */
"composite": true,
},
"exclude": [
// Type stubs are not part of the top-level project.