From c03a50c4baf65b7c90fc507c53e4604113dcf18b Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:34:24 -0700 Subject: [PATCH 1/2] Update for TypeSCript 5.9 --- src/schemas/json/jsconfig.json | 1 + src/schemas/json/tsconfig.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/schemas/json/jsconfig.json b/src/schemas/json/jsconfig.json index 015b8bd2f89..0efee7322c0 100644 --- a/src/schemas/json/jsconfig.json +++ b/src/schemas/json/jsconfig.json @@ -374,6 +374,7 @@ "es2022", "node16", "node18", + "node20", "nodenext", "preserve" ] diff --git a/src/schemas/json/tsconfig.json b/src/schemas/json/tsconfig.json index 57de95a2bdd..3b27a7f111f 100644 --- a/src/schemas/json/tsconfig.json +++ b/src/schemas/json/tsconfig.json @@ -377,6 +377,7 @@ "es2022", "node16", "node18", + "node20", "nodenext", "preserve" ] @@ -922,7 +923,9 @@ "ES2017.Date", "ES2023.Collection", "ESNext.Decorators", - "ESNext.Disposable" + "ESNext.Disposable", + "ESNext.Error", + "ESNext.Sharedmemory" ] }, { From 749ccb57e96c87b90466d84e0aacbf1088b24c60 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:34:57 -0700 Subject: [PATCH 2/2] sync jsconfig --- src/schemas/json/jsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/schemas/json/jsconfig.json b/src/schemas/json/jsconfig.json index 0efee7322c0..ce67bd714f3 100644 --- a/src/schemas/json/jsconfig.json +++ b/src/schemas/json/jsconfig.json @@ -919,7 +919,9 @@ "ES2017.Date", "ES2023.Collection", "ESNext.Decorators", - "ESNext.Disposable" + "ESNext.Disposable", + "ESNext.Error", + "ESNext.Sharedmemory" ] }, {