diff options
Diffstat (limited to 'cli/tsc/dts/lib.es2022.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.es2022.d.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.es2022.d.ts b/cli/tsc/dts/lib.es2022.d.ts index 83eb960c4..2ae78aba3 100644 --- a/cli/tsc/dts/lib.es2022.d.ts +++ b/cli/tsc/dts/lib.es2022.d.ts @@ -14,10 +14,8 @@ and limitations under the License. ***************************************************************************** */ - /// <reference no-default-lib="true"/> - /// <reference lib="es2021" /> /// <reference lib="es2022.array" /> /// <reference lib="es2022.error" /> @@ -25,3 +23,4 @@ and limitations under the License. /// <reference lib="es2022.object" /> /// <reference lib="es2022.sharedmemory" /> /// <reference lib="es2022.string" /> +/// <reference lib="es2022.regexp" /> |