Skip to content

Commit ebd98dc

Browse files
committed
chore: Set TS config target as ES2019
1 parent 788e4df commit ebd98dc

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": "es2018",
3+
"target": "es2019",
44
"module": "es2015",
55
"strict": true,
66
"allowJs": false,

0 commit comments

Comments
 (0)