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 9c4af7e commit f69b57eCopy full SHA for f69b57e
tsconfig.json
@@ -3,14 +3,14 @@
3
"esModuleInterop": true,
4
"exactOptionalPropertyTypes": true,
5
"forceConsistentCasingInFileNames": true,
6
- "lib": ["ES2020", "dom"],
+ "lib": ["ES2022", "dom"],
7
"module": "nodenext",
8
"moduleResolution": "nodenext",
9
"noEmit": true,
10
"noErrorTruncation": true,
11
"noUncheckedIndexedAccess": true,
12
"strict": true,
13
- "target": "es2020"
+ "target": "es2022"
14
},
15
"exclude": ["./dist/**/*"]
16
}
0 commit comments