Skip to content

Commit 8b9354f

Browse files
committed
Target es2018, not es5
1 parent cdf0fa4 commit 8b9354f

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
@@ -11,7 +11,7 @@
1111
"outDir": "dist",
1212
"skipLibCheck": true,
1313
"strict": true,
14-
"target": "es2015",
14+
"target": "es2018",
1515
"verbatimModuleSyntax": true
1616
},
1717
"exclude": ["dist"]

0 commit comments

Comments
 (0)