Skip to content

Commit 61d067d

Browse files
committed
Change tsconfig to ES2017 for async/await
1 parent 4c5761b commit 61d067d

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"outDir": "./dist/",
44
"module": "commonjs",
5-
"target": "es6",
5+
"target": "ES2017",
66
"moduleResolution": "node",
77
"strict": true,
88
"rootDir": ".",

0 commit comments

Comments
 (0)