diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-24 09:31:10 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 09:31:10 +1100 |
| commit | 276f5297556097461e0b63f2b958d825c1c857ab (patch) | |
| tree | c4146607a4646968d03ef804ec573133b2547553 /cli/dts/lib.es2020.d.ts | |
| parent | 266925d772527c9ba5fbc094e67cade31fc35a47 (diff) | |
feat(cli): update to TypeScript 4.1 (#7573)
Diffstat (limited to 'cli/dts/lib.es2020.d.ts')
| -rw-r--r-- | cli/dts/lib.es2020.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/dts/lib.es2020.d.ts b/cli/dts/lib.es2020.d.ts index 307c7d1b5..3e739ac7f 100644 --- a/cli/dts/lib.es2020.d.ts +++ b/cli/dts/lib.es2020.d.ts @@ -21,6 +21,7 @@ and limitations under the License. /// <reference lib="es2019" /> /// <reference lib="es2020.bigint" /> /// <reference lib="es2020.promise" /> +/// <reference lib="es2020.sharedmemory" /> /// <reference lib="es2020.string" /> /// <reference lib="es2020.symbol.wellknown" /> /// <reference lib="es2020.intl" /> |
