Skip to content

Commit 9b0f9f3

Browse files
Jan LohageJan Lohage
authored andcommitted
add asynciterable to tsconfig
1 parent 603331f commit 9b0f9f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

types/tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"lib": ["es6"],
4+
"lib": [
5+
"es6",
6+
"esnext.asynciterable"
7+
],
58
"noImplicitAny": true,
69
"noImplicitThis": true,
710
"strictNullChecks": true,
@@ -14,4 +17,4 @@
1417
]
1518
}
1619
}
17-
}
20+
}

0 commit comments

Comments
 (0)