We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7a5c6 commit 580c3c2Copy full SHA for 580c3c2
1 file changed
tsconfig.json
@@ -5,14 +5,13 @@
5
"ES2023",
6
"DOM",
7
"ES2024.Promise",
8
- "ESNext.Iterator",
9
- "ESNext.Collection"
+ "ES2025.Iterator",
+ "ES2025.Collection"
10
],
11
- "module": "esnext",
+ "types": ["node", "filesystem"],
12
"moduleResolution": "bundler",
13
"outDir": "./build",
14
"rootDir": ".",
15
- "strict": true,
16
"esModuleInterop": true,
17
"skipLibCheck": true,
18
"forceConsistentCasingInFileNames": true,
0 commit comments