Skip to content

Commit 580c3c2

Browse files
fix typescript buidl
1 parent 7e7a5c6 commit 580c3c2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
"ES2023",
66
"DOM",
77
"ES2024.Promise",
8-
"ESNext.Iterator",
9-
"ESNext.Collection"
8+
"ES2025.Iterator",
9+
"ES2025.Collection"
1010
],
11-
"module": "esnext",
11+
"types": ["node", "filesystem"],
1212
"moduleResolution": "bundler",
1313
"outDir": "./build",
1414
"rootDir": ".",
15-
"strict": true,
1615
"esModuleInterop": true,
1716
"skipLibCheck": true,
1817
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)