Skip to content

Commit c8cbb4a

Browse files
committed
chore: update TypeScript target to ESNext and adjust lib configuration
1 parent 26a48e2 commit c8cbb4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"esModuleInterop": true,
55
"forceConsistentCasingInFileNames": true,
66
"skipLibCheck": true,
7-
"target": "es2025",
7+
"target": "esnext",
88
"verbatimModuleSyntax": true,
99
"allowJs": true,
1010
"resolveJsonModule": true,
@@ -21,7 +21,7 @@
2121
"noEmit": true,
2222
// If code runs in the DOM
2323
"lib": [
24-
"es2025",
24+
"ESNext",
2525
"DOM"
2626
],
2727
// If code doesn't run in the DOM

0 commit comments

Comments
 (0)