Skip to content

Commit f4ca6bf

Browse files
committed
switch tsconfig target to es6
1 parent c55003f commit f4ca6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"sourceMap": true,
2424
"strict": true,
2525
"strictBindCallApply": false,
26-
"target": "es5"
26+
"target": "es6"
2727
}
2828
}

0 commit comments

Comments
 (0)