Skip to content

Commit b9bd2d6

Browse files
committed
fix
1 parent 5f3f47b commit b9bd2d6

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
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"moduleResolution": "bundler",
44
"allowJs": false,
5-
"target": "ES2025",
6-
"lib": ["ES2025"],
5+
"target": "esnext",
6+
"lib": ["esnext"],
77
"module": "ESNext",
88
"declaration": true,
99
"isolatedModules": true,

0 commit comments

Comments
 (0)