diff --git a/tsconfig.json b/tsconfig.json index e9a8e6144..9834181bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "module": "commonjs", // Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. "lib": [ "dom", // Required to access `window` - "es2020" + "es2021" ], "jsx": "react", // Specify JSX code generation: 'preserve', 'react-native', or 'react'.