Skip to content

Commit 2049f0b

Browse files
fix
1 parent 01933fa commit 2049f0b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2023",
4-
"lib": [
5-
"ES2023",
6-
"DOM",
7-
"ES2024.Promise",
8-
"ES2025.Iterator",
9-
"ES2025.Collection"
10-
],
4+
"lib": ["ES2023", "DOM", "ES2024.Promise", "ESNext.Iterator", "ESNext.Collection"],
115
"types": ["node", "filesystem"],
126
"moduleResolution": "bundler",
137
"outDir": "./build",

0 commit comments

Comments
 (0)