From 95372b897d63d42f4acfeb3c6a636dd01e156431 Mon Sep 17 00:00:00 2001 From: Matt Kantor Date: Thu, 13 Mar 2025 08:29:50 -0400 Subject: [PATCH] `--enforceReadonly` has not yet been released --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 723a9ce2..7b9b5c72 100644 --- a/FAQ.md +++ b/FAQ.md @@ -460,7 +460,7 @@ This flag affects *all* optional properties and there is no mechanism for doing ### Enforce `readonly` in Subtyping / Assignability -Enable `--enforceReadonly` (available in TypeScript 5.6; see [#58296](https://github.com/microsoft/TypeScript/pull/58296)) +Enable `--enforceReadonly` (not yet released; see [#58296](https://github.com/microsoft/TypeScript/pull/58296)) ## Common Comments