Skip to content

Commit

Permalink
Targetting ES2019
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jan 9, 2025
1 parent 0ac17a3 commit d757e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "es2020",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5",
"target": "es2019",

"skipLibCheck": true,

Expand Down

0 comments on commit d757e3d

Please sign in to comment.