Skip to content

Commit d4bb518

Browse files
fix: changed target from e55 to es2021 for tsconfig.json
1 parent 363265e commit d4bb518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/react-cra/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "es2021",
44
"lib": [
55
"dom",
66
"dom.iterable",

0 commit comments

Comments
 (0)