Skip to content

Commit 3e6a5d0

Browse files
committed
perf: Performance increase by dropping node6 support
BREAKING CHANGE: This version no longer supports node6 version
1 parent c742ab1 commit 3e6a5d0

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
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "es2017",
44
"moduleResolution": "node",
55
"module": "commonjs",
66
"sourceMap": true,

0 commit comments

Comments
 (0)