Skip to content

Commit aed1ad4

Browse files
committed
chore: update tsc target
- update tsc target to "es2017" according to microsoft#8005 Change-Id: Id39241d89ccb92c25a75d89addaf1528cc79ec59
1 parent e457596 commit aed1ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preserveConstEnums": true,
66
"sourceMap": false,
77
"outDir": "../out",
8-
"target": "es6",
8+
"target": "es2017",
99
"lib": [
1010
"dom",
1111
"es5",

0 commit comments

Comments
 (0)