diff --git a/src/schemas/json/jsconfig.json b/src/schemas/json/jsconfig.json index 015b8bd2f89..ce67bd714f3 100644 --- a/src/schemas/json/jsconfig.json +++ b/src/schemas/json/jsconfig.json @@ -374,6 +374,7 @@ "es2022", "node16", "node18", + "node20", "nodenext", "preserve" ] @@ -918,7 +919,9 @@ "ES2017.Date", "ES2023.Collection", "ESNext.Decorators", - "ESNext.Disposable" + "ESNext.Disposable", + "ESNext.Error", + "ESNext.Sharedmemory" ] }, { 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" ] }, {