We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c3fbe commit 92e71caCopy full SHA for 92e71ca
tsconfig.json
@@ -9,7 +9,7 @@
9
"noUncheckedIndexedAccess": true,
10
"module": "esnext",
11
"target": "ES2015",
12
- "lib": ["ES2021", "dom"],
+ "lib": ["ES2022", "dom"],
13
"sourceMap": true,
14
"jsx": "react",
15
"moduleResolution": "node",
0 commit comments