Skip to content

Commit 83a8036

Browse files
committed
fix(cli): add esnext.asynciterable to lib for typescript
1 parent ea64fd2 commit 83a8036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/generators/project/templates/tsconfig.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"noImplicitAny": true,
1010
"strictNullChecks": true,
1111
12-
"lib": ["es2018", "dom"],
12+
"lib": ["es2018", "dom", "esnext.asynciterable"],
1313
"module": "commonjs",
1414
"moduleResolution": "node",
1515
"target": "es2017",

0 commit comments

Comments
 (0)