Skip to content

Commit 58535a9

Browse files
committed
build: targer es2017 with async/await
1 parent 330f5b5 commit 58535a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "esnext",
4-
"target": "es5",
4+
"target": "es2017",
55
"lib": ["es2018", "dom"],
66
"strict": true,
77
"declaration": true,

0 commit comments

Comments
 (0)