Skip to content

Commit 6fb211d

Browse files
committed
chore: update ts target from es6 to es2018
1 parent 3dee088 commit 6fb211d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"inlineSourceMap": true,
55
"inlineSources": true,
66
"module": "ESNext",
7-
"target": "es6",
7+
"target": "ES2018",
88
"allowJs": true,
99
"noImplicitAny": true,
1010
"moduleResolution": "node",
@@ -26,4 +26,4 @@
2626
"**/*.ts"
2727
],
2828
"exclude": [".vscode"]
29-
}
29+
}

0 commit comments

Comments
 (0)