diff options
Diffstat (limited to 'cli/dts/lib.es2022.d.ts')
-rw-r--r-- | cli/dts/lib.es2022.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/dts/lib.es2022.d.ts b/cli/dts/lib.es2022.d.ts index 73558c811..6d4283d28 100644 --- a/cli/dts/lib.es2022.d.ts +++ b/cli/dts/lib.es2022.d.ts @@ -21,5 +21,6 @@ and limitations under the License. /// <reference lib="es2021" /> /// <reference lib="es2022.array" /> /// <reference lib="es2022.error" /> +/// <reference lib="es2022.intl" /> /// <reference lib="es2022.object" /> /// <reference lib="es2022.string" /> |