From f28be83afac11609c0be977dde473e69cf63264d Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 4 May 2021 17:10:00 -0500 Subject: [PATCH] Use ES2020 type definitions --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c172487b0..f19ce2fdd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ // Specify library files to be included in the compilation. "lib": [ "dom", // Required to access `window` - "es2017" // Required by `@sindresorhus/is` + "es2020" ], "incremental": true, // "allowJs": true, // Allow javascript files to be compiled.