diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-06-01 10:19:18 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 10:19:18 +1000 |
| commit | 7eee521199e9735ab7c347d99e9d90ba3046be1a (patch) | |
| tree | 2528f05c15f6e689c1cb409a6bbe554b2507fc40 /cli/dts/lib.es2022.d.ts | |
| parent | c41544ac7b502fbdb6c1ee96a604490b72eb7770 (diff) | |
feat: update to TypeScript 4.7 (#14242)
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" /> |
