Skip to content

Commit 7364270

Browse files
committed
build target is now ES2023
1 parent f200708 commit 7364270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2023",
44
"useDefineForClassFields": true,
5-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
65
"module": "ESNext",
76
"skipLibCheck": true,
87
"esModuleInterop": true,

0 commit comments

Comments
 (0)