summaryrefslogtreecommitdiff
path: root/cli/dts/lib.esnext.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-07-19 11:56:14 +1000
committerGitHub <noreply@github.com>2021-07-19 11:56:14 +1000
commit07eb44e483314528c96d6125a306167dbd308c7e (patch)
treed319104e81c5e08a438155f13877811e9bd8855d /cli/dts/lib.esnext.d.ts
parenta23c0af5bd1bf56a5fdb051278138258c09ea076 (diff)
fix(tsc): add .at() types manually to tsc (#11443)
Fixes: #11441
Diffstat (limited to 'cli/dts/lib.esnext.d.ts')
-rw-r--r--cli/dts/lib.esnext.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/dts/lib.esnext.d.ts b/cli/dts/lib.esnext.d.ts
index f1a4c7e14..a71ac70e6 100644
--- a/cli/dts/lib.esnext.d.ts
+++ b/cli/dts/lib.esnext.d.ts
@@ -19,4 +19,6 @@ and limitations under the License.
/// <reference lib="es2021" />
+/// <reference lib="esnext.array" />
/// <reference lib="esnext.intl" />
+/// <reference lib="esnext.string" />