We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dac9b6 commit be7a2d0Copy full SHA for be7a2d0
tsconfig.json
@@ -1,9 +1,9 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
- "target": "es2017",
+ "target": "ES2023",
5
"lib": [
6
- "es2017"
+ "ES2023"
7
],
8
"sourceMap": true,
9
"strict": true,
0 commit comments