Skip to content

Commit 856e798

Browse files
fix
1 parent 2049f0b commit 856e798

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tsconfig.json

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

0 commit comments

Comments
 (0)