Skip to content

Commit 655bb9c

Browse files
committed
chore: ES2023 in tsconfig
1 parent e512b81 commit 655bb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/tsconfig-devtools/tsconfig.common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"declaration": true,
77
"declarationMap": true,
88
"forceConsistentCasingInFileNames": true,
9-
"lib": ["dom", "ES2021"],
9+
"lib": ["dom", "ES2023"],
1010
"module": "commonjs",
1111
"removeComments": true,
1212
"resolveJsonModule": true,
1313
"skipLibCheck": true,
1414
"sourceMap": true,
1515
"strict": true,
16-
"target": "ES2021"
16+
"target": "ES2023"
1717
}
1818
}

0 commit comments

Comments
 (0)