Skip to content

Commit a2e44bb

Browse files
clydinKeen Yee Liau
authored andcommitted
build: use native async/await support
Node.js 8.9.4 (minimum supported version for the CLI) contains native async support.
1 parent 2e6eea4 commit a2e44bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// source in devtools.
2323
"inlineSources": true,
2424
"strictNullChecks": true,
25-
"target": "es2016",
25+
"target": "es2017",
2626
"lib": [
2727
"es2017"
2828
],

0 commit comments

Comments
 (0)