Skip to content

Commit

Permalink
feat(build): enable all ES2020 features in TypeScript lib config
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
  • Loading branch information
bajtos committed Apr 23, 2020
1 parent de3f080 commit be6f31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/config/tsconfig.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

"incremental": true,

"lib": ["es2018", "esnext.asynciterable"],
"lib": ["es2020"],
"module": "commonjs",
"esModuleInterop": true,
"moduleResolution": "node",
Expand Down

0 comments on commit be6f31d

Please sign in to comment.