Skip to content

Commit 6fc2ebd

Browse files
authored
fix: bump ts config target to ES2018 (#4437)
1 parent 87381e9 commit 6fc2ebd

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
@@ -4,7 +4,7 @@
44
"jsx": "react",
55
"resolveJsonModule": true,
66
"skipLibCheck": true,
7-
"target": "ES5",
7+
"target": "ES2018",
88
"module": "CommonJS",
99
},
1010
"include": [

0 commit comments

Comments
 (0)