bump lib to es2021 (needed for string.replaceAll

pull/2242/head
Audric Ackermann 3 years ago
parent ff43cfa593
commit 741b5b6399

@ -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'.

Loading…
Cancel
Save